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

. ../../testenv.sh


analyze resolv1.vhdl
elab_simulate top

analyze resolv2.vhdl
elab_simulate top

clean

echo "Test successful"