commit | f67087ab2b2be96d5fc9876ba88cbc93592c32aa | [log] [tgz] |
---|---|---|
author | Matt Venn <matt@mattvenn.net> | Fri Aug 05 13:53:24 2022 +0200 |
committer | Matt Venn <matt@mattvenn.net> | Fri Aug 05 13:53:24 2022 +0200 |
tree | 20a8ea668ce661da910c1792b8baaf07c328d78b | |
parent | b9ad97f67ad160def2be9dd346103ac114e9d702 [diff] |
lint and update readme
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 ~/work/asic-workshop/openlane_summary/klayout_gds.xml 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;