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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze wishbone_pkg-2008.vhd
analyze wb_demux.vhd
analyze wb_demux_tb.vhd
elab wb_demux_tb
if ghdl_has_feature wb_demux_tb ghw; then
  simulate wb_demux_tb --wave=w.ghw
  ghw_diff w
  rm -f w.txt w.ghw
fi

clean

echo "Test successful"