Skip to content

Commit 93a8e21

Browse files
authored
Merge pull request #2445 from Pinata-Consulting/makefile-gui-faster
gui: less click+wait, populate timing paths as part of loading timing
2 parents 6dcef7d + 51987e4 commit 93a8e21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/scripts/open.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ proc read_timing {input_file} {
4747
}
4848

4949
fast_route
50+
51+
puts "Populating timing paths..."
52+
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
53+
set _tmp [find_timing_paths]
5054
}
5155

5256
if {[env_var_equals GUI_TIMING 1]} {

0 commit comments

Comments
 (0)