File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
designs/sky130hd/microwatt Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,5 @@ export CTS_CLUSTER_DIAMETER = 100
3030export CTS_CLUSTER_SIZE = 30
3131
3232export export SETUP_SLACK_MARGIN = 0.2
33+
34+ export GLOBAL_ROUTE_ARGS =-congestion_iterations 100 -verbose
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
1818
1919global_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 20 -verbose}}]
2222
2323set_propagated_clock [all_clocks]
2424estimate_parasitics -global_routing
You can’t perform that action at this time.
0 commit comments