Skip to content

Commit ed53060

Browse files
committed
update grt congestion iterations to 30
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 3e25fa5 commit ed53060

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 50 -congestion_report_iter_step 5 -verbose}}]
27+
{-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]
2828

2929

3030
set_placement_padding -global \

0 commit comments

Comments
 (0)