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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

analyze wishbone_types.vhdl icache.vhdl
elab_simulate icache

clean

analyze wishbone_types_err2.vhdl icache.vhdl
elab_simulate icache

clean

echo "Test successful"