aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issue4/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-02-13 21:27:58 +0100
committerTristan Gingold <tgingold@free.fr>2017-02-13 21:27:58 +0100
commit37f32aeba8adf5696f64b4d17298a7e3e5c4a38e (patch)
treee185c9e6bcbc41f11153e5c4dec717ca28ef2490 /testsuite/issue4/testsuite.sh
parentd343b8fc2861db2dce9d860d517c6cc83acbdc75 (diff)
downloadghdl-yosys-plugin-37f32aeba8adf5696f64b4d17298a7e3e5c4a38e.tar.gz
ghdl-yosys-plugin-37f32aeba8adf5696f64b4d17298a7e3e5c4a38e.tar.bz2
ghdl-yosys-plugin-37f32aeba8adf5696f64b4d17298a7e3e5c4a38e.zip
Add reproducers for #4
Diffstat (limited to 'testsuite/issue4/testsuite.sh')
-rwxr-xr-xtestsuite/issue4/testsuite.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/issue4/testsuite.sh b/testsuite/issue4/testsuite.sh
new file mode 100755
index 0000000..9eaedbc
--- /dev/null
+++ b/testsuite/issue4/testsuite.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+. ../testenv.sh
+
+analyze novector.vhdl
+synth no_vector
+
+analyze counter8.vhdl
+synth counter8
+
+analyze vector.vhdl
+synth vector
+
+clean