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

. ../../testenv.sh

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

echo "Test successful"