From 42c83fcb04b35e4dce3d1675d90f46fbfe144c4a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 21 Apr 2020 05:46:40 +0200 Subject: testsuite/synth: add test for #1253 --- testsuite/synth/issue1253/testsuite.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testsuite/synth/issue1253/testsuite.sh (limited to 'testsuite/synth/issue1253/testsuite.sh') diff --git a/testsuite/synth/issue1253/testsuite.sh b/testsuite/synth/issue1253/testsuite.sh new file mode 100755 index 000000000..a895b4b2f --- /dev/null +++ b/testsuite/synth/issue1253/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=-fsynopsys +synth repro1.vhdl -e > syn_repro1.vhdl +synth repro2.vhdl -e > syn_repro2.vhdl +clean + +echo "Test successful" -- cgit v1.2.3