Skip to content

Commit cc4407f

Browse files
committed
Update metrics for MPL changes
gf12/swerv_wrapper | Metric | Old | New | Type | | ------ | --- | --- | ---- | | cts__design__instance__count__hold_buffer | 13650 | 11303 | Tighten | | detailedroute__route__wirelength | 2668710 | 2311628 | Tighten | | finish__timing__drv__hold_violation_count | 521 | 755 | Failing | Signed-off-by: Arthur Koucher <[email protected]>
1 parent e448a2a commit cc4407f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/designs/gf12/swerv_wrapper/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 13650,
27+
"value": 11303,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 2668710,
35+
"value": 2311628,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -60,7 +60,7 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 521,
63+
"value": 755,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {

0 commit comments

Comments
 (0)