Skip to content

Commit ee694a0

Browse files
committed
global route: change default iterations to 10
a 100 iterations can take a very long time. If global route doesn't complete in 10, it normally requires some attention from the developer to find out what is wrong Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 5d9b74e commit ee694a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
1818

1919
global_route -guide_file $env(RESULTS_DIR)/route.guide \
2020
-congestion_report_file $env(REPORTS_DIR)/congestion.rpt \
21-
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : {-congestion_iterations 100 -verbose}}]
21+
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : {-congestion_iterations 10 -verbose}}]
2222

2323
set_propagated_clock [all_clocks]
2424
estimate_parasitics -global_routing

0 commit comments

Comments
 (0)