aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue736/testsuite.sh
blob: 282eaffd1b30a207d698cf9b1d522c121b9f894e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze simple_fsm.vhdl tb_simple_fsm.vhdl
elab_simulate tb_simple_fsm

analyze repro.vhdl
elab_simulate repro

clean

echo "Test successful"