aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1069
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1069')
-rwxr-xr-xtestsuite/synth/issue1069/testsuite.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/testsuite/synth/issue1069/testsuite.sh b/testsuite/synth/issue1069/testsuite.sh
index 783a38666..1604b4bfb 100755
--- a/testsuite/synth/issue1069/testsuite.sh
+++ b/testsuite/synth/issue1069/testsuite.sh
@@ -2,12 +2,13 @@
. ../../testenv.sh
-synth_tb tdp_ram
-synth_tb tdp_ram2
-synth_tb ram3
-synth_tb ram4
+for f in tdp_ram tdp_ram2 ram3 ram4 ram5; do
+ synth_tb $f 2> $f.log
+ grep "found RAM" $f.log
+done
+
#synth_tb ram41
-synth_tb ram5
+
clean
echo "Test successful"