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

. ../../testenv.sh

GHDL_STD_FLAGS=--ieee=synopsys
analyze definitions.vhdl
analyze alu.vhdl
analyze basicblocks.vhdl
analyze tb-alu.vhdl
elab_simulate tb_alu --stop-time=50ns

clean

echo "Test successful"