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

. ../../testenv.sh

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

echo "Test successful"