Skip to content

Commit a0fa229

Browse files
committed
scripts: use append_env_var for consistency
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b9b7f04 commit a0fa229

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)