aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2065/testsuite.sh
blob: 8cc43fcb12910a3b4b56a323c8ec182459794681 (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 repro.vhdl
elab_simulate repro

analyze dual_port_ram.vhdl
analyze fft.vhdl

clean

echo "Test successful"