Skip to content

Commit

Permalink
Merge pull request #2571 from Pinata-Consulting/gui-open-progress
Browse files Browse the repository at this point in the history
open.tcl: improve progress output a bit
  • Loading branch information
maliberty authored Nov 18, 2024
2 parents ccd5a71 + 7422915 commit 26c7df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow/scripts/open.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ proc read_timing {input_file} {
log_cmd estimate_parasitics -placement
}

puts "Populating timing paths..."
puts -nonewline "Populating timing paths..."
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
set _tmp [find_timing_paths]
puts "OK"
}

if {[env_var_equals GUI_TIMING 1]} {
Expand Down

0 comments on commit 26c7df4

Please sign in to comment.