aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2422/testsuite.sh
blob: 19b226075d6a53f02fd7d257c6f1ff0c52283df9 (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
26
27
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=93
analyze aggr_repro1.vhdl
elab_simulate aggr_repro1

analyze aggr_repro3.vhdl
elab_simulate aggr_repro3

analyze aggr_repro4.vhdl
elab_simulate aggr_repro4

export GHDL_STD_FLAGS=--std=93c
analyze aggr_repro2.vhdl
elab_simulate aggr_repro2

clean

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

#clean

echo "Test successful"