Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion flow/scripts/open.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ proc read_timing { input_file } {
}

# Warm up OpenSTA, so clicking on timing related buttons reacts faster
set _tmp [log_cmd find_timing_paths]
set _tmp [log_cmd sta::find_timing]
set _tmp [log_cmd sta::find_requireds]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😌

}

if { [ord::openroad_gui_compiled] } {
Expand Down