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 5d251a5 commit 4479d71Copy full SHA for 4479d71
flow/scripts/global_route.tcl
@@ -18,7 +18,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
18
19
global_route -guide_file $env(RESULTS_DIR)/route.guide \
20
-congestion_report_file $env(REPORTS_DIR)/congestion.rpt \
21
- {*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : {-congestion_iterations 20 -verbose}}]
+ {*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : {-congestion_iterations 40 -verbose}}]
22
23
set_propagated_clock [all_clocks]
24
estimate_parasitics -global_routing
0 commit comments