aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2113/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue2113/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2113/testsuite.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/synth/issue2113/testsuite.sh b/testsuite/synth/issue2113/testsuite.sh
index 9ab046cc4..34a015435 100755
--- a/testsuite/synth/issue2113/testsuite.sh
+++ b/testsuite/synth/issue2113/testsuite.sh
@@ -12,4 +12,9 @@ if grep "0'" syn_a.v; then
exit 1;
fi
+synth --out=verilog -Wno-nowrite c.vhdl -e > syn_c.v
+if grep channel syn_c.v; then
+ exit 1
+fi
+
echo "Test successful"