Open kareefardi opened 1 month ago
@donn Thought on the name "isosub"?
To create this report yourself, grab the metrics artifact from the CI run, extract them, and invoke
python3 -m openlane.common.metrics compare-remote current --branch dev --table-verbosity ALL --table-out ./tables_all.md
.
Full tables ► https://gist.github.com/openlane-bot/eb35f9d9c5e4d46716693580a10b4e29
Steps
Magic.AddIsosub
:Magic.StreamOut
:MAGIC_ADD_ISOSUB
to enable drawing isosub over the design bounding box.KLayout.StreamOut
:KLAYOUT_ADD_ISOSUB
to enable drawing isosub over the design bounding box.ISOSUB_LAYER
, a pdk variable, specifying the layer/datatype pairing for isosub layer.Resolves #531