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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze tf.vhdl
elab_simulate tf

analyze add_carry_ghdl_testbench.vhdl
elab_simulate add_carry_ghdl_testbench > add_carry_testbench.out
diff --strip-trailing-cr add_carry_testbench.ref add_carry_testbench.out

clean

echo "Test successful"