Skip to content

Commit 745c3d9

Browse files
authored
Merge pull request #2561 from The-OpenROAD-Project-staging/open-fast_route
Always run fast_route in open.tcl
2 parents 9a1ccb4 + 0c23d08 commit 745c3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/open.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ proc read_timing {input_file} {
5151
log_cmd estimate_parasitics -placement
5252
}
5353

54-
fast_route
55-
5654
puts "Populating timing paths..."
5755
# Warm up OpenSTA, so clicking on timing related buttons reacts faster
5856
set _tmp [find_timing_paths]
@@ -63,6 +61,8 @@ if {[env_var_equals GUI_TIMING 1]} {
6361
read_timing $input_file
6462
}
6563

64+
fast_route
65+
6666
if {[env_var_equals GUI_SHOW 1]} {
6767
# Show the GUI when it is ready; it is unresponsive(with modal requesters
6868
# saying it is unresponsive) until everything is loaded

0 commit comments

Comments
 (0)