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

. ../../testenv.sh

analyze aa2.vhdl

analyze tb.vhdl
elab_simulate tb

clean

echo "Test successful"