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 dcb900a commit a5176adCopy full SHA for a5176ad
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 30 -congestion_report_iter_step 5 -verbose}}]
+ {-congestion_iterations 50 -congestion_report_iter_step 5 -verbose}}]
28
29
30
set_propagated_clock [all_clocks]
0 commit comments