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

. ../../testenv.sh

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

echo "Test successful"