aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1348
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-22 06:53:54 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-22 06:56:11 +0200
commit9a4648be97c9f0246672a6d23f052d08b3980db7 (patch)
treeaedcb89f9d68586867774715abcb911ab80356c1 /testsuite/synth/issue1348
parent1f1d8f56254af4b13c539a336e54e917e40fa3d6 (diff)
downloadghdl-9a4648be97c9f0246672a6d23f052d08b3980db7.tar.gz
ghdl-9a4648be97c9f0246672a6d23f052d08b3980db7.tar.bz2
ghdl-9a4648be97c9f0246672a6d23f052d08b3980db7.zip
testsuite/synth: more checks of inferred memories
Diffstat (limited to 'testsuite/synth/issue1348')
-rwxr-xr-xtestsuite/synth/issue1348/testsuite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/synth/issue1348/testsuite.sh b/testsuite/synth/issue1348/testsuite.sh
index 713fab53f..3fda01259 100755
--- a/testsuite/synth/issue1348/testsuite.sh
+++ b/testsuite/synth/issue1348/testsuite.sh
@@ -2,6 +2,7 @@
. ../../testenv.sh
-synth_tb sdp_simple
+synth_tb sdp_simple 2> sdp_simple.log
+grep "found RAM" sdp_simple.log
echo "Test successful"