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

. ../../testenv.sh

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

clean

echo "Test successful"