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

. ../../testenv.sh

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

echo "Test successful"