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