aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1914/testsuite.sh
blob: 488f6fc7fd84c53ffec3d3dd55d05f0230708935 (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 delayline1d.vhdl tb_delayline1d.vhdl
elab_simulate tb_delayline1d

clean

analyze delayline.vhdl tb_delayline.vhdl
elab_simulate tb_delayline

clean

echo "Test successful"