diff options
Diffstat (limited to 'testsuite/synth/mem02/testsuite.sh')
-rwxr-xr-x | testsuite/synth/mem02/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/mem02/testsuite.sh b/testsuite/synth/mem02/testsuite.sh index 1250b3f39..8f6c0691d 100755 --- a/testsuite/synth/mem02/testsuite.sh +++ b/testsuite/synth/mem02/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in dpram1; do +for t in dpram1 dpram3 dpram4 dpram5 dpram7 dpram8; do synth_tb $t 2> $t.log grep "found R" $t.log done |