Skip to content

Commit 7599369

Browse files
committed
Improve the sta "warming up" in open.tcl
find_timing_paths does unnecessary path search while not updating the required times. Signed-off-by: Matt Liberty <[email protected]>
1 parent f441fbb commit 7599369

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)