Skip to content

Commit 31f9d55

Browse files
committed
fall back to estimate_parasitics if no OpenRCX support
Signed-off-by: Jeff Ng <[email protected]>
1 parent c840243 commit 31f9d55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/final_report.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ if {
5454
}
5555
} else {
5656
puts "OpenRCX is not enabled for this platform."
57+
puts "Falling back to global route-based estimates."
58+
log_cmd estimate_parasitics -global_routing
5759
}
5860

5961
report_cell_usage

0 commit comments

Comments
 (0)