File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ if {[info exist env(FASTROUTE_TCL)]} {
2424# If GLOBAL_ROUTE_ARGS is specified, then we do only what the
2525# GLOBAL_ROUTE_ARGS specifies.
2626proc do_global_route {} {
27- set all_args [concat [list -guide_file $::env(RESULTS_DIR) /route.guide \
28- -congestion_report_file $::env(REPORTS_DIR) /congestion.rpt] \
27+ set all_args [concat [list -congestion_report_file $::env(REPORTS_DIR) /congestion.rpt] \
2928 [expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
3029 {-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]]
3130
@@ -112,4 +111,5 @@ report_metrics 5 "global route"
112111# Use make target update_sdc_clock to install the updated sdc.
113112source [file join $env(SCRIPTS_DIR) " write_ref_sdc.tcl" ]
114113
114+ write_guides $::env(RESULTS_DIR) /route.guide
115115write_db $env(RESULTS_DIR) /5_1_grt.odb
You can’t perform that action at this time.
0 commit comments