aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue958/testsuite.sh
blob: 02e38f3309476668ac16cfee736d599ab6b52e38 (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 syn_$f.vhdl
  clean
done

echo "Test successful"