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 b2918ba commit a49c132Copy full SHA for a49c132
flow/scripts/global_place.tcl
@@ -24,6 +24,8 @@ 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 2.5
28
+lappend global_placement_args -enable_routing_congestion
29
30
# Parameters for timing driven mode in global placement
31
if { $::env(GPL_TIMING_DRIVEN) } {
0 commit comments