aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue238/testsuite.sh
blob: 9c17b1ff27bc946b3f697feac938375f06538b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
#analyze test.vhdl
#elab_simulate test

analyze cst.vhdl pkg.vhdl
analyze var1.vhdl var2.vhdl var3.vhdl var4.vhdl
analyze assign1.vhdl proc1.vhdl
elab_simulate proc1

analyze sig1.vhdl
elab_simulate sig1

analyze call1.vhdl
elab_simulate call1

analyze call2.vhdl
elab_simulate call2

clean

echo "Test successful"