Skip to content

Commit a5176ad

Browse files
committed
increase congestion iterations
Signed-off-by: Eder Monteiro <[email protected]>
1 parent dcb900a commit a5176ad

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
@@ -24,7 +24,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
2424
global_route -guide_file $env(RESULTS_DIR)/route.guide \
2525
-congestion_report_file $env(REPORTS_DIR)/congestion.rpt \
2626
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
27-
{-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]
27+
{-congestion_iterations 50 -congestion_report_iter_step 5 -verbose}}]
2828

2929

3030
set_propagated_clock [all_clocks]

0 commit comments

Comments
 (0)