Skip to content

Commit a33fd2c

Browse files
committed
Update bp_quad metrics (failing grt-ant-diodes)
designs/gf12/bp_quad/rules-base.json updates: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | placeopt__design__instance__area | 1729278 | 1652113 | Tighten | | globalroute__antenna_diodes_count | 0 | 33 | Failing | | finish__timing__setup__ws | -255.36 | -114.98 | Tighten | | finish__design__instance__area | 1765388 | 1688970 | Tighten | | finish__timing__drv__hold_violation_count | 109 | 105 | Tighten | | finish__timing__wns_percent_delay | -16.47 | -10.96 | Tighten | Signed-off-by: Matt Liberty <[email protected]>
1 parent e6ddecf commit a33fd2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"compare": "=="
55
},
66
"placeopt__design__instance__area": {
7-
"value": 1729278,
7+
"value": 1652113,
88
"compare": "<="
99
},
1010
"placeopt__design__instance__count__stdcell": {
@@ -24,7 +24,7 @@
2424
"compare": "<="
2525
},
2626
"globalroute__antenna_diodes_count": {
27-
"value": 0,
27+
"value": 33,
2828
"compare": "<="
2929
},
3030
"detailedroute__route__wirelength": {
@@ -44,23 +44,23 @@
4444
"compare": "<="
4545
},
4646
"finish__timing__setup__ws": {
47-
"value": -255.36,
47+
"value": -114.98,
4848
"compare": ">="
4949
},
5050
"finish__design__instance__area": {
51-
"value": 1765388,
51+
"value": 1688970,
5252
"compare": "<="
5353
},
5454
"finish__timing__drv__setup_violation_count": {
5555
"value": 69836,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__hold_violation_count": {
59-
"value": 109,
59+
"value": 105,
6060
"compare": "<="
6161
},
6262
"finish__timing__wns_percent_delay": {
63-
"value": -16.47,
63+
"value": -10.96,
6464
"compare": ">="
6565
}
6666
}

0 commit comments

Comments
 (0)