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 03a513f commit b14dae2Copy full SHA for b14dae2
flow/scripts/global_place.tcl
@@ -24,7 +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
+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
0 commit comments