Skip to content

Commit f848eb9

Browse files
committed
open/gui: print a message that estimate_parasitics has not been run
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b4a1720 commit f848eb9

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
@@ -44,7 +44,8 @@ proc read_timing {input_file} {
4444
if { [grt::have_routes] } {
4545
log_cmd estimate_parasitics -global_routing
4646
} else {
47-
puts "No global routing results: load $::global_route_congestion_report for details"
47+
puts "No global routing results available, skipping estimate_parasitics"
48+
puts "Load $::global_route_congestion_report for details"
4849
}
4950
} elseif {$design_stage >= 3} {
5051
log_cmd estimate_parasitics -placement

0 commit comments

Comments
 (0)