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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze wishbone_types.vhdl icache.vhdl
elab_simulate icache

clean

echo "Test successful"