aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug084/testsuite.sh
blob: 5d8d1889585057169d65411f657fdab90989302a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh

. ../../testenv.sh

analyze func_test3.vhdl
elab_simulate func_test3

analyze func_test1.vhdl
elab_simulate func_test1

analyze func_test2.vhdl
elab_simulate func_test2

analyze mod5.vhdl
elab_simulate mod5_tb

analyze mod5x.vhdl
elab_simulate mod5x_tb

clean

echo "Test successful"