Skip to content

Commit 69009ae

Browse files
authored
Merge pull request #3906 from The-OpenROAD-Project-staging/secure-fix-swap-master-0220
Enabled `replace_design_check_sanity` for `replace_arith_module` post sanity check
2 parents 9ca1d56 + f512cc4 commit 69009ae

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -0.516,
51+
"value": -0.482,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
@@ -64,7 +64,7 @@
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {
67-
"value": 8313088,
67+
"value": 8312391,
6868
"compare": "<="
6969
},
7070
"detailedroute__route__drc_errors": {
@@ -80,11 +80,11 @@
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -0.531,
83+
"value": -0.516,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -622.0,
87+
"value": -649.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

flow/scripts/floorplan.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ if { !$::env(SKIP_REPAIR_TIE_FANOUT) } {
130130
}
131131

132132
if { [env_var_exists_and_non_empty SWAP_ARITH_OPERATORS] } {
133+
# Enable sanity checker until replace_arith_modules becomes stable
134+
set_debug_level ODB replace_design_check_sanity 1
133135
replace_arith_modules
134136
}
135137

flow/scripts/resize.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if { [env_var_exists_and_non_empty EARLY_SIZING_CAP_RATIO] } {
1515
}
1616

1717
if { [env_var_exists_and_non_empty SWAP_ARITH_OPERATORS] } {
18+
# Enable sanity checker until replace_arith_modules becomes stable
19+
set_debug_level ODB replace_design_check_sanity 1
1820
replace_arith_modules
1921
global_placement -incremental
2022
}

tools/OpenROAD

Submodule OpenROAD updated 60 files

0 commit comments

Comments
 (0)