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 55141ac commit d892474Copy full SHA for d892474
flow/scripts/global_place.tcl
@@ -24,9 +24,6 @@ set global_placement_args {}
24
25
# Parameters for routability mode in global placement
26
append_env_var global_placement_args GPL_ROUTABILITY_DRIVEN -routability_driven 0
27
-lappend global_placement_args -routability_max_inflation_ratio 3
28
-lappend global_placement_args -routability_inflation_ratio_coef 2
29
-lappend global_placement_args -enable_routing_congestion
30
31
# Parameters for timing driven mode in global placement
32
if { $::env(GPL_TIMING_DRIVEN) } {
0 commit comments