aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2118/testsuite.sh
blob: ed7cbeb53d909fbd9a4252376b12525e895db7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze top.vhdl
elab_simulate top

clean

echo "Test successful"