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

. ../../testenv.sh

for t in arr01 arr02 arr04 arr05 arr06 arr07 arr09; do
    synth_tb $t
done

synth_analyze arr10
synth_analyze arr11

echo "Test successful"