We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67bd910 + 85020bd commit 7648c0fCopy full SHA for 7648c0f
flow/scripts/detail_route.tcl
@@ -10,10 +10,6 @@ set_propagated_clock [all_clocks]
10
11
set_thread_count $::env(NUM_CORES)
12
13
-if { [info exists ::env(PRE_DETAIL_ROUTE_TCL)] } {
14
- source $::env(PRE_DETAIL_ROUTE_TCL)
15
-}
16
-
17
set additional_args ""
18
if { [info exists ::env(dbProcessNode)]} {
19
append additional_args " -db_process_node $::env(dbProcessNode)"
0 commit comments