aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2223/testsuite.sh
blob: 87bbe00a33fa711bc3e45964368e1778997e823e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repro6.vhdl
elab_simulate MemPkgReproducer6

analyze repro7.vhdl
elab_simulate MemPkgReproducer7

clean

echo "Test successful"