Skip to content

Commit 1a2a952

Browse files
authored
Merge pull request #3838 from The-OpenROAD-Project-staging/secure-gpl-odb-initial-pos
Maintain default behavior after modifying GPL initial position of instances
2 parents c5b07be + 05420e9 commit 1a2a952

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

flow/scripts/global_place.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ if { $min_phi > $max_phi } {
4343
MAX_PLACE_STEP_COEF ($max_phi)"
4444
}
4545

46+
lappend global_placement_args -force_center_initial_place
47+
4648
lappend global_placement_args -min_phi_coef $::env(MIN_PLACE_STEP_COEF)
4749
lappend global_placement_args -max_phi_coef $::env(MAX_PLACE_STEP_COEF)
4850

tools/OpenROAD

Submodule OpenROAD updated 252 files

0 commit comments

Comments
 (0)