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.
1 parent b4a1720 commit f848eb9Copy full SHA for f848eb9
flow/scripts/open.tcl
@@ -44,7 +44,8 @@ proc read_timing {input_file} {
44
if { [grt::have_routes] } {
45
log_cmd estimate_parasitics -global_routing
46
} else {
47
- puts "No global routing results: load $::global_route_congestion_report for details"
+ puts "No global routing results available, skipping estimate_parasitics"
48
+ puts "Load $::global_route_congestion_report for details"
49
}
50
} elseif {$design_stage >= 3} {
51
log_cmd estimate_parasitics -placement
0 commit comments