aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/memdp01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/memdp01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/memdp01/testsuite.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/synth/memdp01/testsuite.sh b/testsuite/synth/memdp01/testsuite.sh
new file mode 100755
index 000000000..1c7c45546
--- /dev/null
+++ b/testsuite/synth/memdp01/testsuite.sh
@@ -0,0 +1,14 @@
+#! /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"