aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/func01
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-28 08:17:10 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-28 08:17:10 +0200
commit7115fb5dc5d3c4e429ae139d47ab5c6efd734134 (patch)
treee5cc5d36cfd189e1f55f05f16d034d38880ce15e /testsuite/synth/func01
parent474cd4d40187c545abf8c3cd3213c3fd1cb98645 (diff)
downloadghdl-7115fb5dc5d3c4e429ae139d47ab5c6efd734134.tar.gz
ghdl-7115fb5dc5d3c4e429ae139d47ab5c6efd734134.tar.bz2
ghdl-7115fb5dc5d3c4e429ae139d47ab5c6efd734134.zip
testsuite/sync: re-enable func08
Diffstat (limited to 'testsuite/synth/func01')
-rwxr-xr-xtestsuite/synth/func01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/func01/testsuite.sh b/testsuite/synth/func01/testsuite.sh
index 956ecc512..2db9e30c9 100755
--- a/testsuite/synth/func01/testsuite.sh
+++ b/testsuite/synth/func01/testsuite.sh
@@ -2,7 +2,7 @@
. ../../testenv.sh
-for t in func01 func02 func03 func04 func05 func06 func07 func08b; do
+for t in func01 func02 func03 func04 func05 func06 func07 func08b func08; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean