aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1262/testsuite.sh
blob: 89184db62ced4093b09079efc0315cb832e5b43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze pkg_slv.vhdl
analyze ent.vhdl
analyze tb2.vhdl
elab_simulate tb2

analyze tb.vhdl
elab_simulate tb

clean

echo "Test successful"