Skip to content

Commit f6aa754

Browse files
authored
Merge pull request The-OpenROAD-Project#3448 from The-OpenROAD-Project-staging/use-est-rescap-if-no-rcx
fall back to estimate_parasitics if no OpenRCX support
2 parents 1592c42 + 31f9d55 commit f6aa754

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)