From fdcb45d77990079e387989c462e43a6db061ea0a Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 11 Feb 2022 00:20:23 +0000 Subject: [PATCH] Waive some synthesis warning messages --- synthDC/scripts/synth.tcl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/synthDC/scripts/synth.tcl b/synthDC/scripts/synth.tcl index adcbe854e..2e6da670a 100755 --- a/synthDC/scripts/synth.tcl +++ b/synthDC/scripts/synth.tcl @@ -3,6 +3,12 @@ # james.stine@okstate.edu 27 Sep 2015 # +# Ignore unnecessary warnings: +# intraassignment delays for nonblocking assignments are ignored +suppress_message {VER-130} +# statements in initial blocks are ignored +suppress_message {VER-281} +suppress_message {VER-173} # get outputDir from environment (Makefile) set outputDir $::env(OUTPUTDIR) @@ -336,5 +342,4 @@ redirect $filename { report_constraint } set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_hier.rep"] redirect $filename { report_hierarchy } -#Quit -#quit +quit