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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repr.vhdl
elab repr
if ghdl_has_feature repr ghw; then
  simulate repr --wave=repr.ghw
# TODO: check with ghwdump ?
fi
 

clean

echo "Test successful"