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

. ../../testenv.sh

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

echo "Test successful"