aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/mem2d01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/mem2d01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/mem2d01/testsuite.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/synth/mem2d01/testsuite.sh b/testsuite/synth/mem2d01/testsuite.sh
deleted file mode 100755
index 1c7c45546..000000000
--- a/testsuite/synth/mem2d01/testsuite.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-. ../../testenv.sh
-
-for t in memmux04; do
- synth_tb $t 2> $t.log
- grep "found R" $t.log
-done
-
-for t in dpram1r dpram2r dpram2w; do
- synth_tb $t 2> $t.log
-done
-
-echo "Test successful"