-
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: post-drt antenna repair #573
Conversation
Signed-off-by: Kareem Farid <[email protected]>
@donn Thoughts on:
|
Metric comparisons are in beta. Please report bugs under the issues tab.
Full tables ► https://gist.github.com/openlane-bot/dc1060a5080590aee8a92b01d8083214 |
Signed-off-by: Kareem Farid <[email protected]>
…ledRouting Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
update submodule test Signed-off-by: Kareem Farid <[email protected]>
rewrite DRT_ANTENNA_REPAIR routine Signed-off-by: Kareem Farid <[email protected]>
bump version Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
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.
lgtm
Steps
OpenROAD.DetailedRouting
DRT_SAVE_SNAPSHOTS
which enables saving snapshots of the layout eachdetalied routing iteration.
DRT_ANTENNA_REPAIR_ITERS
, which if greater than zero, enablesantenna fixing after detailed routing
DRT_ANTENNA_MARGIN
which is similar toGRT_ANTENNA_MARGIN
but forthe aforementioned antenna repair iterations
Depends on efabless/openlane2-ci-designs#34
Resolves #610