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

. ../../testenv.sh

GHDL_STD_FLAGS=--ieee=synopsys
for t in sns01; do
    synth $t.vhdl -e $t > syn_$t.vhdl
#    analyze syn_$t.vhdl
    clean
done

echo "Test successful"