aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issue4
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/issue4')
-rw-r--r--testsuite/issue4/no_vector.vhdl (renamed from testsuite/issue4/novector.vhdl)0
-rwxr-xr-xtestsuite/issue4/testsuite.sh11
2 files changed, 3 insertions, 8 deletions
diff --git a/testsuite/issue4/novector.vhdl b/testsuite/issue4/no_vector.vhdl
index a3c2c46..a3c2c46 100644
--- a/testsuite/issue4/novector.vhdl
+++ b/testsuite/issue4/no_vector.vhdl
diff --git a/testsuite/issue4/testsuite.sh b/testsuite/issue4/testsuite.sh
index 9eaedbc..49ead4d 100755
--- a/testsuite/issue4/testsuite.sh
+++ b/testsuite/issue4/testsuite.sh
@@ -2,13 +2,8 @@
. ../testenv.sh
-analyze novector.vhdl
-synth no_vector
-
-analyze counter8.vhdl
-synth counter8
-
-analyze vector.vhdl
-synth vector
+for f in no_vector counter8 vector; do
+ synth "${f}.vhdl -e ${f}"
+done
clean