Skip to content

Commit 26c7df4

Browse files
authored
Merge pull request #2571 from Pinata-Consulting/gui-open-progress
open.tcl: improve progress output a bit
2 parents ccd5a71 + 7422915 commit 26c7df4

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)