We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b07be + 05420e9 commit 1a2a952Copy full SHA for 1a2a952
2 files changed
flow/scripts/global_place.tcl
@@ -43,6 +43,8 @@ if { $min_phi > $max_phi } {
43
MAX_PLACE_STEP_COEF ($max_phi)"
44
}
45
46
+lappend global_placement_args -force_center_initial_place
47
+
48
lappend global_placement_args -min_phi_coef $::env(MIN_PLACE_STEP_COEF)
49
lappend global_placement_args -max_phi_coef $::env(MAX_PLACE_STEP_COEF)
50
tools/OpenROAD
0 commit comments