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 3e25fa5 commit ed53060Copy full SHA for ed53060
flow/scripts/global_route.tcl
@@ -24,7 +24,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
24
global_route -guide_file $env(RESULTS_DIR)/route.guide \
25
-congestion_report_file $env(REPORTS_DIR)/congestion.rpt \
26
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
27
- {-congestion_iterations 50 -congestion_report_iter_step 5 -verbose}}]
+ {-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]
28
29
30
set_placement_padding -global \
0 commit comments