Skip to content

Commit 6da7ffd

Browse files
committed
remove redundant fast_route calls
Signed-off-by: Eder Monteiro <[email protected]>
1 parent c7a0741 commit 6da7ffd

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

flow/scripts/detail_route.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ set all_args [concat [list \
4646

4747
log_cmd detailed_route {*}$all_args
4848

49-
fast_route
50-
5149
if {![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1]} {
5250
set repair_antennas_iters 1
5351
if {[repair_antennas]} {

flow/scripts/global_route.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ proc global_route_helper {} {
1010
source $::env(PRE_GLOBAL_ROUTE)
1111
}
1212

13-
fast_route
14-
1513
proc do_global_route {} {
1614
set all_args [concat [list \
1715
-congestion_report_file $::global_route_congestion_report] \

flow/scripts/open.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ if {[env_var_equals GUI_TIMING 1]} {
6969
}
7070
}
7171

72-
fast_route

0 commit comments

Comments
 (0)