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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate repro
analyze top.vhdl
elab_simulate top_ent

clean

echo "Test successful"