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

. ../../testenv.sh

for t in unconnected; do
    synth $t.vhdl -e $t > syn_$t.vhdl
    analyze syn_$t.vhdl
    clean
done

echo "Test successful"