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

. ../../testenv.sh

for t in ram01 ram02; do
    synth_tb $t 2> $t.log
done

clean

echo "Test successful"