Skip to content

Commit a3abdaf

Browse files
committed
Update metrics for new OR commit
asap7/aes-block: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | finish__timing__setup__ws | -86.3 | -119.26 | Failing | | finish__timing__drv__hold_violation_count | 319 | 100 | Tighten | sky130hd/uW: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | detailedroute__antenna__violating__nets | 0 | 1 | Failing | Signed-off-by: Arthur Koucher <[email protected]>
1 parent 80a1783 commit a3abdaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flow/designs/asap7/aes-block/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -86.3,
51+
"value": -119.26,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -60,7 +60,7 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 319,
63+
"value": 100,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {

flow/designs/sky130hd/microwatt/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"compare": "<="
4141
},
4242
"detailedroute__antenna__violating__nets": {
43-
"value": 0,
43+
"value": 1,
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {

0 commit comments

Comments
 (0)