Skip to content

Commit f3f0f0f

Browse files
committed
Update metrics for MPL changes
sky130hd/uW: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | globalroute__antenna_diodes_count | 4296 | 3810 | Tighten | | finish__timing__setup__ws | -2.62 | -3.56 | Failing | | finish__timing__drv__hold_violation_count | 252 | 106 | Tighten | Signed-off-by: Arthur Koucher <[email protected]>
1 parent 38f93c6 commit f3f0f0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 4296,
31+
"value": 3810,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -2.62,
51+
"value": -3.56,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -60,7 +60,7 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 252,
63+
"value": 106,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {

0 commit comments

Comments
 (0)