-
Notifications
You must be signed in to change notification settings - Fork 521
update metrics for public designs #4419
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,11 +38,11 @@ | |
| "compare": "<=" | ||
| }, | ||
| "cts__timing__setup__ws": { | ||
| "value": -0.431, | ||
| "value": -0.429, | ||
| "compare": ">=" | ||
| }, | ||
| "cts__timing__setup__tns": { | ||
| "value": -415.0, | ||
| "value": -459.0, | ||
| "compare": ">=" | ||
| }, | ||
| "cts__timing__hold__ws": { | ||
|
|
@@ -58,11 +58,11 @@ | |
| "compare": "<=" | ||
| }, | ||
| "globalroute__timing__setup__ws": { | ||
| "value": -0.466, | ||
| "value": -0.428, | ||
| "compare": ">=" | ||
| }, | ||
| "globalroute__timing__setup__tns": { | ||
| "value": -438.0, | ||
| "value": -509.0, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "compare": ">=" | ||
| }, | ||
| "globalroute__timing__hold__ws": { | ||
|
|
@@ -74,7 +74,7 @@ | |
| "compare": ">=" | ||
| }, | ||
| "detailedroute__route__wirelength": { | ||
| "value": 4160494, | ||
| "value": 4835341, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The detailed routing wirelength has increased significantly by approximately 16.2% (from |
||
| "compare": "<=" | ||
| }, | ||
| "detailedroute__route__drc_errors": { | ||
|
|
@@ -90,11 +90,11 @@ | |
| "compare": "<=" | ||
| }, | ||
| "finish__timing__setup__ws": { | ||
| "value": -0.425, | ||
| "value": -0.397, | ||
| "compare": ">=" | ||
| }, | ||
| "finish__timing__setup__tns": { | ||
| "value": -384.0, | ||
| "value": -426.0, | ||
| "compare": ">=" | ||
| }, | ||
| "finish__timing__hold__ws": { | ||
|
|
||
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.
The global routing setup TNS has degraded significantly from
-1.6to-4.99(more than a 3x increase in total negative slack). While the final timing (finish__timing__setup__tns) shows an improvement, such a large degradation at the global routing stage indicates a potential regression in the early optimization or clock tree synthesis phases of the updated OpenROAD tool.