aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1360/testsuite.sh
blob: e69c922c213019978a71fe4acca0c2d25333beba (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze onehot_aggregate.vhdl
elab_simulate tb

clean

echo "Test successful"