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.
2 parents b34f40c + eb9c629 commit b30bac9Copy full SHA for b30bac9
flow/scripts/global_route.tcl
@@ -14,9 +14,8 @@ if {[info exist env(FASTROUTE_TCL)]} {
14
}
15
16
global_route -guide_file $env(RESULTS_DIR)/route.guide \
17
- -congestion_iterations 100 \
18
-congestion_report_file $env(REPORTS_DIR)/congestion.rpt \
19
- -verbose
+ {*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : {-congestion_iterations 100 -verbose}}]
20
21
set_propagated_clock [all_clocks]
22
estimate_parasitics -global_routing
0 commit comments