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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate tb

analyze arr.vhdl
elab_simulate arr

clean

echo "Test successful"