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

. ../../testenv.sh

for t in case01 case02 case03 case04; do
    synth_tb $t
done

synth case05.vhdl -e case05 > syn_case05.vhdl

echo "Test successful"