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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate_failure repro

analyze repro64.vhdl
elab_simulate repro64

clean

echo "Test successful"