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.
1 parent bf819ca commit 0c23d08Copy full SHA for 0c23d08
flow/scripts/open.tcl
@@ -51,8 +51,6 @@ proc read_timing {input_file} {
51
log_cmd estimate_parasitics -placement
52
}
53
54
- fast_route
55
-
56
puts "Populating timing paths..."
57
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
58
set _tmp [find_timing_paths]
@@ -63,6 +61,8 @@ if {[env_var_equals GUI_TIMING 1]} {
63
61
read_timing $input_file
64
62
65
+fast_route
+
66
if {[env_var_equals GUI_SHOW 1]} {
67
# Show the GUI when it is ready; it is unresponsive(with modal requesters
68
# saying it is unresponsive) until everything is loaded
0 commit comments