Skip to content

Commit 7422915

Browse files
committed
open.tcl: improve progress output a bit
Currently the GUI does not always open, this extra output gives a clue that the GUI should have opened and that the user can manually open the GUI. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent ccd5a71 commit 7422915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/scripts/open.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ proc read_timing {input_file} {
5151
log_cmd estimate_parasitics -placement
5252
}
5353

54-
puts "Populating timing paths..."
54+
puts -nonewline "Populating timing paths..."
5555
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
5656
set _tmp [find_timing_paths]
57+
puts "OK"
5758
}
5859

5960
if {[env_var_equals GUI_TIMING 1]} {

0 commit comments

Comments
 (0)