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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze tb.vhdl ram.vhdl fsm.vhdl
elab_simulate_failure testbench

clean

echo "Test successful"