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 955f3d8 + b6ec544 commit f643bb1Copy full SHA for f643bb1
flow/scripts/detail_route.tcl
@@ -10,6 +10,10 @@ 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