Skip to content

Commit 79af1e6

Browse files
committed
flow: update rules for rsz repair_design hot path bump
ariane133 nangate45 and microwatt sky130hd see small setup TNS drift from the cell-selection change in OR PR #10507; bump thresholds with ~5% margin around the new measured values. Related: The-OpenROAD-Project-private/OpenROAD-flow-scripts#1676 Signed-off-by: Minju Kim <mkim@precisioninno.com>
1 parent 8a9def1 commit 79af1e6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

flow/designs/nangate45/ariane133/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"compare": ">="
6363
},
6464
"globalroute__timing__setup__tns": {
65-
"value": -570.0,
65+
"value": -572.0,
6666
"compare": ">="
6767
},
6868
"globalroute__timing__hold__ws": {
@@ -94,7 +94,7 @@
9494
"compare": ">="
9595
},
9696
"finish__timing__setup__tns": {
97-
"value": -577.0,
97+
"value": -606.0,
9898
"compare": ">="
9999
},
100100
"finish__timing__hold__ws": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"compare": ">="
6363
},
6464
"globalroute__timing__setup__tns": {
65-
"value": -322.0,
65+
"value": -345.0,
6666
"compare": ">="
6767
},
6868
"globalroute__timing__hold__ws": {
@@ -86,15 +86,15 @@
8686
"compare": "<="
8787
},
8888
"detailedroute__antenna_diodes_count": {
89-
"value": 1384,
89+
"value": 1393,
9090
"compare": "<="
9191
},
9292
"finish__timing__setup__ws": {
9393
"value": -2.71,
9494
"compare": ">="
9595
},
9696
"finish__timing__setup__tns": {
97-
"value": -336.0,
97+
"value": -360.0,
9898
"compare": ">="
9999
},
100100
"finish__timing__hold__ws": {

0 commit comments

Comments
 (0)