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 cbdc8b4 + 7599369 commit 7772e37Copy full SHA for 7772e37
flow/scripts/open.tcl
@@ -52,7 +52,8 @@ proc read_timing { input_file } {
52
}
53
54
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
55
- set _tmp [log_cmd find_timing_paths]
+ set _tmp [log_cmd sta::find_timing]
56
+ set _tmp [log_cmd sta::find_requireds]
57
58
59
if { [ord::openroad_gui_compiled] } {
0 commit comments