Skip to content

Commit 7772e37

Browse files
authored
Merge pull request #3513 from The-OpenROAD-Project-staging/better-sta-warming
Improve the sta "warming up" in open.tcl
2 parents cbdc8b4 + 7599369 commit 7772e37

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
@@ -52,7 +52,8 @@ proc read_timing { input_file } {
5252
}
5353

5454
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
55-
set _tmp [log_cmd find_timing_paths]
55+
set _tmp [log_cmd sta::find_timing]
56+
set _tmp [log_cmd sta::find_requireds]
5657
}
5758

5859
if { [ord::openroad_gui_compiled] } {

0 commit comments

Comments
 (0)