Skip to content

Commit

Permalink
Merge pull request #31 from firesim/clock-net-failures
Browse files Browse the repository at this point in the history
Error out on partially routed clock nets
  • Loading branch information
davidbiancolin authored Jan 27, 2021
2 parents d65ee3c + 85c04dc commit f222c86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: <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

Expand Down

0 comments on commit f222c86

Please sign in to comment.