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

. ../../testenv.sh

for t in const01; do
    synth_tb $t
done

# synth const02.vhdl -e > syn_const02.vhdl
synth_analyze const03
clean

echo "Test successful"