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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze mixer_pkg.vhdl mixer.vhdl mixer_tb.vhdl
elab_simulate mixer_tb

clean

echo "Test successful"