aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/mem02/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-30 20:09:34 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-30 20:09:34 +0200
commit65a096b1cd73dc30a6849fe1ff7b368d944515d9 (patch)
treee016b78b2b6c9504a96865cb746707d07e973e14 /testsuite/synth/mem02/testsuite.sh
parented4c48c6b2484059535a4d9642b3c13f53ee33ed (diff)
downloadghdl-65a096b1cd73dc30a6849fe1ff7b368d944515d9.tar.gz
ghdl-65a096b1cd73dc30a6849fe1ff7b368d944515d9.tar.bz2
ghdl-65a096b1cd73dc30a6849fe1ff7b368d944515d9.zip
testsuite/synth: add a test for 'to' direction.
Diffstat (limited to 'testsuite/synth/mem02/testsuite.sh')
-rwxr-xr-xtestsuite/synth/mem02/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/mem02/testsuite.sh b/testsuite/synth/mem02/testsuite.sh
index d212c22e3..bd199178b 100755
--- a/testsuite/synth/mem02/testsuite.sh
+++ b/testsuite/synth/mem02/testsuite.sh
@@ -2,7 +2,7 @@
. ../../testenv.sh
-for t in dpram1 ram3 ram4; do
+for t in dpram1 ram3 ram4 ram6; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean