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 8a5e87e + a0fa229 commit d84bce1Copy full SHA for d84bce1
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