aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1033/testsuite.sh
blob: 0a9016a0946e8d10922ec5cfc0a9b4cafdc5324b (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. ../../testenv.sh

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

echo "Test successful"