Skip to content

Commit d84bce1

Browse files
authored
Merge pull request #2705 from Pinata-Consulting/global-placement-use-append-env-var-consistency
scripts: use append_env_var for consistency
2 parents 8a5e87e + a0fa229 commit d84bce1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flow/scripts/global_place.tcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ fast_route
1010
set global_placement_args {}
1111

1212
# Parameters for routability mode in global placement
13-
if {$::env(GPL_ROUTABILITY_DRIVEN)} {
14-
lappend global_placement_args {-routability_driven}
15-
}
13+
append_env_var global_placement_args GPL_ROUTABILITY_DRIVEN -routability_driven 0
1614

1715
# Parameters for timing driven mode in global placement
1816
if {$::env(GPL_TIMING_DRIVEN)} {

0 commit comments

Comments
 (0)