-
Notifications
You must be signed in to change notification settings - Fork 68
feat: draw isosub over the design #583
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
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
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 |
donn
left a comment
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 <kareefardi@users.noreply.github.com>
Steps
Magic.AddIsosubMagic.StreamOutMAGIC_ADD_ISOSUBto enable drawing isosub over the design bounding box.KLayout.StreamOutKLAYOUT_ADD_ISOSUBto enable drawing isosub over the design bounding box.ISOSUB_LAYER, a pdk variable, specifying the layer/datatype pairing for isosub layer.Resolves #531