Skip to content

Commit 78eb8a0

Browse files
committed
use write_guides instead of -guide_file option
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 7239416 commit 78eb8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/global_route.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
2626
proc 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.
113112
source [file join $env(SCRIPTS_DIR) "write_ref_sdc.tcl"]
114113

114+
write_guides $::env(RESULTS_DIR)/route.guide
115115
write_db $env(RESULTS_DIR)/5_1_grt.odb

0 commit comments

Comments
 (0)