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

. ../../testenv.sh

for t in top; do
  synth $t.vhdl -e $t > syn_$t.vhdl
  analyze syn_$t.vhdl
done

clean

echo "Test successful"