-
Notifications
You must be signed in to change notification settings - Fork 522
update failing metrics #4452
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
update failing metrics #4452
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 |
|---|---|---|
|
|
@@ -18,31 +18,31 @@ | |
| "compare": "==" | ||
| }, | ||
| "placeopt__design__instance__area": { | ||
| "value": 5361392, | ||
| "value": 5359506, | ||
| "compare": "<=" | ||
| }, | ||
| "placeopt__design__instance__count__stdcell": { | ||
| "value": 142704, | ||
| "value": 142482, | ||
| "compare": "<=" | ||
| }, | ||
| "detailedplace__design__violations": { | ||
| "value": 0, | ||
| "compare": "==" | ||
| }, | ||
| "cts__design__instance__count__setup_buffer": { | ||
| "value": 12409, | ||
| "value": 12390, | ||
| "compare": "<=" | ||
| }, | ||
| "cts__design__instance__count__hold_buffer": { | ||
| "value": 12409, | ||
| "value": 12390, | ||
| "compare": "<=" | ||
| }, | ||
| "cts__timing__setup__ws": { | ||
| "value": -2.1, | ||
| "compare": ">=" | ||
| }, | ||
| "cts__timing__setup__tns": { | ||
| "value": -232.0, | ||
| "value": -230.0, | ||
| "compare": ">=" | ||
| }, | ||
| "cts__timing__hold__ws": { | ||
|
|
@@ -54,15 +54,15 @@ | |
| "compare": ">=" | ||
| }, | ||
| "globalroute__antenna_diodes_count": { | ||
| "value": 2520, | ||
| "value": 3427, | ||
|
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 antenna diode count for |
||
| "compare": "<=" | ||
| }, | ||
| "globalroute__timing__setup__ws": { | ||
| "value": -2.21, | ||
| "compare": ">=" | ||
| }, | ||
| "globalroute__timing__setup__tns": { | ||
| "value": -248.0, | ||
| "value": -225.0, | ||
| "compare": ">=" | ||
| }, | ||
| "globalroute__timing__hold__ws": { | ||
|
|
@@ -74,7 +74,7 @@ | |
| "compare": ">=" | ||
| }, | ||
| "detailedroute__route__wirelength": { | ||
| "value": 7815847, | ||
| "value": 7780575, | ||
| "compare": "<=" | ||
| }, | ||
| "detailedroute__route__drc_errors": { | ||
|
|
@@ -86,15 +86,15 @@ | |
| "compare": "<=" | ||
| }, | ||
| "detailedroute__antenna_diodes_count": { | ||
| "value": 1333, | ||
| "value": 1393, | ||
| "compare": "<=" | ||
| }, | ||
| "finish__timing__setup__ws": { | ||
| "value": -2.12, | ||
| "value": -2.11, | ||
| "compare": ">=" | ||
| }, | ||
| "finish__timing__setup__tns": { | ||
| "value": -209.0, | ||
| "value": -181.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 timing metrics for
gf12/ca53show a severe regression:\n-cts__timing__setup__wsdegraded from-248.0to-900.0(a ~260% degradation).\n-cts__timing__setup__tnsdegraded from-2080.0to-6700.0(a ~220% degradation).\n\nRelaxing the regression limits to accommodate such a massive timing regression is highly discouraged as it masks potential tool or flow bugs introduced by the OpenROAD submodule update. The root cause of this timing regression in the tool should be investigated and resolved instead of updating the baseline rules to accept these degraded values.