Skip to content
Open
2 changes: 2 additions & 0 deletions flow/scripts/floorplan.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ if { !$::env(SKIP_REPAIR_TIE_FANOUT) } {

if { [env_var_exists_and_non_empty SWAP_ARITH_OPERATORS] } {
log_cmd estimate_parasitics -placement
# Enable sanity checker until replace_arith_modules becomes stable
set_debug_level ODB replace_design_check_sanity 1
replace_arith_modules
}

Expand Down
2 changes: 2 additions & 0 deletions flow/scripts/resize.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if { [env_var_exists_and_non_empty EARLY_SIZING_CAP_RATIO] } {
}

if { [env_var_exists_and_non_empty SWAP_ARITH_OPERATORS] } {
# Enable sanity checker until replace_arith_modules becomes stable
set_debug_level ODB replace_design_check_sanity 1
replace_arith_modules
global_placement -incremental
}
Expand Down
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 106 files