Skip to content

Commit bba0537

Browse files
authored
Merge pull request #1605 from eder-matheus/secure-grt_congestion_iters
update grt congestion iterations
2 parents 0ea49d3 + ed53060 commit bba0537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 \

tools/OpenROAD

Submodule OpenROAD updated 117 files

0 commit comments

Comments
 (0)