commit | 2badede6d85a982ab5783c1df4b67be0062c9738 | [log] [tgz] |
---|---|---|
author | matt venn <matt@mattvenn.net> | Fri Aug 05 15:55:44 2022 +0200 |
committer | matt venn <matt@mattvenn.net> | Fri Aug 05 15:55:44 2022 +0200 |
tree | 9ae2ec32cbc59b6d1f8704f58ce87c164211d5e2 | |
parent | f67087ab2b2be96d5fc9876ba88cbc93592c32aa [diff] |
fix outer power ring width
See https://tinytapeout.com for more information on the project and how to get involved.
./configure --update-projects
./configure --update-caravel
make user_project_wrapper
See progress notes below.
Start klayout in edit mode:
klayout -e -l powerring.lyp gds/user_project_wrapper.gds missing_power_rings.gds
Edit verilog/gl/user_project_wrapper.v and add the missing power ports:
vdda1, vdda2, vssa1, vssa2, vssd1, vssd2, ... input vdda1; input vdda2; input vssa1; input vssa2; input vssd1; input vssd2;