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 ccd5a71 + 7422915 commit 26c7df4Copy full SHA for 26c7df4
flow/scripts/open.tcl
@@ -51,9 +51,10 @@ proc read_timing {input_file} {
51
log_cmd estimate_parasitics -placement
52
}
53
54
- puts "Populating timing paths..."
+ puts -nonewline "Populating timing paths..."
55
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
56
set _tmp [find_timing_paths]
57
+ puts "OK"
58
59
60
if {[env_var_equals GUI_TIMING 1]} {
0 commit comments