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

. ../../testenv.sh

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

clean

echo "Test successful"