aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2299/testsuite.sh
blob: cc285234c40abc3677452ade6087f15bff276d50 (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 tb_dct8.vhdl
elab_simulate tb_dct8

analyze tb_dct.vhdl
elab_simulate tb_dct8

clean

echo "Test successful"