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

. ../../testenv.sh

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

echo "Test successful"