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

. ../../testenv.sh

for f in ent; do
  synth $f.vhdl -e $f > syn_$f.vhdl
#  analyze syn_$f.vhdl
done
clean

echo "Test successful"