diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-08-08 05:28:17 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-08-08 05:28:17 +0200 |
commit | 6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6 (patch) | |
tree | 73b24e91fe6f8a6874785e1fea5b7853c70ab0dc /testsuite/synth/issue872/testsuite.sh | |
parent | 1a0606c144230040143e8080016302bc51a48bfb (diff) | |
download | ghdl-6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6.tar.gz ghdl-6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6.tar.bz2 ghdl-6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6.zip |
synth: add testcase from #872
Diffstat (limited to 'testsuite/synth/issue872/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue872/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue872/testsuite.sh b/testsuite/synth/issue872/testsuite.sh new file mode 100755 index 000000000..146289504 --- /dev/null +++ b/testsuite/synth/issue872/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +synth alu.vhdl -e $t > syn_alu.vhdl +analyze syn_alu.vhdl +clean + +echo "Test successful" |