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

. ../../testenv.sh

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

synth_tb ent1

echo "Test successful"