-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: draw isosub over the design #583
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: Kareem Farid <[email protected]>
785917a
to
ba6ec6b
Compare
@donn Thought on the name "isosub"? |
Metric comparisons are in beta. Please report bugs under the issues tab.
Full tables ► https://gist.github.com/openlane-bot/b44a21781841301e2fc5fcc2835e6d25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, just some minor adjustments needed
Signed-off-by: Kareem Farid <[email protected]>
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