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

. ../../testenv.sh

analyze pkg.vhdl
analyze types_pkg.vhdl
analyze tb.vhdl
elab design_tb

if ghdl_has_feature design_tb ghw; then
  simulate design_tb --wave=tb.ghw
  rm -f tb.ghw
fi

clean

echo "Test successful"