Skip to content

Commit 85c04dc

Browse files
Error out on partially routed clock nets
1 parent d65ee3c commit 85c04dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hdk/cl/developer_designs/cl_firesim/build/scripts/create_dcp_from_cl.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ set_msg_config -id {Timing 38-436} -suppress
147147
# Promote the following critical warnings to errors to prevent AGFI generation
148148
# Design not completely routed
149149
set_msg_config -id {Route 35-1} -new_severity "ERROR"
150+
# Route 35-535] Clock Net: <net> is not completely routed.
151+
set_msg_config -id {Route 35-535} -new_severity "ERROR"
150152

151153
# Check that an email address has been set, else unset notify_via_sns
152154

0 commit comments

Comments
 (0)