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

. ../../testenv.sh

analyze phys.vhdl
elab_simulate tb

analyze phys2.vhdl
elab_simulate tb2
clean

echo "Test successful"