aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/mem01/testsuite.sh
blob: 00e9022a9c4e2a1c88518c13f518a532057ab474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

. ../../testenv.sh

for t in rom1 srom01 sram01 sram02 sram03 sram05 dpram1 dpram2 dpram3; do
    synth_tb $t 2> $t.log

    # Each design has either a RAM or a ROM
    grep 'found R' $t.log
done

echo "Test successful"