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

. ../../testenv.sh

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

echo "Test successful"