Skip to content

Commit 8390598

Browse files
committed
check if design is completely routed
Signed-off-by: Eder Monteiro <[email protected]>
1 parent e22ecc4 commit 8390598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/scripts/detail_route.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@ if { [env_var_exists_and_non_empty POST_DETAIL_ROUTE_TCL] } {
6969

7070
check_antennas -report_file $env(REPORTS_DIR)/drt_antennas.log
7171

72+
if {![design_is_routed]} {
73+
error "Design has unrouted nets."
74+
}
75+
7276
write_db $::env(RESULTS_DIR)/5_2_route.odb

0 commit comments

Comments
 (0)