Skip to content

Commit 4479d71

Browse files
committed
global route: default iterations 40
designs not passing at 20: microwatt sky130hd Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 5d251a5 commit 4479d71

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 20 -verbose}}]
21+
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : {-congestion_iterations 40 -verbose}}]
2222

2323
set_propagated_clock [all_clocks]
2424
estimate_parasitics -global_routing

0 commit comments

Comments
 (0)