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

exit 0
. ../../testenv.sh

for t in rom1 dpram1 dpram2 dpram3; do
    synth_tb $t
done

echo "Test successful"