Skip to content

Commit 7648c0f

Browse files
authored
Merge pull request #1687 from Pinata-Consulting/detailed-routing-bonsai-pruning
detailed route: remove ORFS vars that are unused
2 parents 67bd910 + 85020bd commit 7648c0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flow/scripts/detail_route.tcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ set_propagated_clock [all_clocks]
1010

1111
set_thread_count $::env(NUM_CORES)
1212

13-
if { [info exists ::env(PRE_DETAIL_ROUTE_TCL)] } {
14-
source $::env(PRE_DETAIL_ROUTE_TCL)
15-
}
16-
1713
set additional_args ""
1814
if { [info exists ::env(dbProcessNode)]} {
1915
append additional_args " -db_process_node $::env(dbProcessNode)"

0 commit comments

Comments
 (0)