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.
1 parent b9b7f04 commit a0fa229Copy full SHA for a0fa229
flow/scripts/global_place.tcl
@@ -10,9 +10,7 @@ fast_route
10
set global_placement_args {}
11
12
# Parameters for routability mode in global placement
13
-if {$::env(GPL_ROUTABILITY_DRIVEN)} {
14
- lappend global_placement_args {-routability_driven}
15
-}
+append_env_var global_placement_args GPL_ROUTABILITY_DRIVEN -routability_driven 0
16
17
# Parameters for timing driven mode in global placement
18
if {$::env(GPL_TIMING_DRIVEN)} {
0 commit comments