-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add ALLOW_DUPLICATE_CORNERS #672
base: dev
Are you sure you want to change the base?
Conversation
load libs in the same order of defining corners Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
Metric comparisons are in beta. Please report bugs under the issues tab.
Full tables ► https://gist.github.com/openlane-bot/5a9f0a1a5944ae7ba50181e3414e7ee0 |
Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
* Added `PNR_CORNERS` which defaults to `STA_CORNERS`. An override for | ||
`DEFAULT_CORNER` for PnR steps except for steps using `RSZ_CORNERS` and | ||
`CTS_CORNERS`. | ||
* Added `ALLOW_DUPLICATE_CORNERS` to avoid redundant corners definitions. |
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.
Explain what it does in more detail.
Signed-off-by: Kareem Farid <[email protected]>
Fixes #668