diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-08-14 04:43:51 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-08-14 20:53:48 +0200 |
commit | 119034986fb631d2e8baa8e90aa30febe5b95b55 (patch) | |
tree | 41f51e3d6eaf43d6cdd584e25a04af0a4156e12d /testsuite/synth/memdp01/testsuite.sh | |
parent | 00daf9d550e459f7cac4cdc2175cc3752098b41f (diff) | |
download | ghdl-119034986fb631d2e8baa8e90aa30febe5b95b55.tar.gz ghdl-119034986fb631d2e8baa8e90aa30febe5b95b55.tar.bz2 ghdl-119034986fb631d2e8baa8e90aa30febe5b95b55.zip |
testsuite/synth: rename mem2d01 to memdp01
Diffstat (limited to 'testsuite/synth/memdp01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/memdp01/testsuite.sh | 14 |
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" |