openlane2
openlane2 copied to clipboard
feat: draw isosub over the design
Steps
Magic.AddIsosub- New standalone step to draw isosub over the design bounding box.
Magic.StreamOut- Added
MAGIC_ADD_ISOSUBto enable drawing isosub over the design bounding box.
- Added
KLayout.StreamOut- Added
KLAYOUT_ADD_ISOSUBto enable drawing isosub over the design bounding box. - Added
ISOSUB_LAYER, a pdk variable, specifying the layer/datatype pairing for isosub layer.
- Added
Resolves #531