From 85c04dcfb8e8b5cccde25346deb68346b85fb9a9 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Tue, 26 Jan 2021 09:25:28 +0000 Subject: [PATCH] Error out on partially routed clock nets --- .../cl_firesim/build/scripts/create_dcp_from_cl.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hdk/cl/developer_designs/cl_firesim/build/scripts/create_dcp_from_cl.tcl b/hdk/cl/developer_designs/cl_firesim/build/scripts/create_dcp_from_cl.tcl index 89045059..7013b1ba 100644 --- a/hdk/cl/developer_designs/cl_firesim/build/scripts/create_dcp_from_cl.tcl +++ b/hdk/cl/developer_designs/cl_firesim/build/scripts/create_dcp_from_cl.tcl @@ -147,6 +147,8 @@ set_msg_config -id {Timing 38-436} -suppress # Promote the following critical warnings to errors to prevent AGFI generation # Design not completely routed set_msg_config -id {Route 35-1} -new_severity "ERROR" +# Route 35-535] Clock Net: is not completely routed. +set_msg_config -id {Route 35-535} -new_severity "ERROR" # Check that an email address has been set, else unset notify_via_sns