blob: 9d9a99bac961c54605d73bbe1c35b2d45bde8e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
analyze_failure tb_top.vhdl
analyze_failure ex3.vhdl
analyze_failure ex4.vhdl
analyze ex1.vhdl
elab_simulate ex1
analyze ex2.vhdl
elab_simulate ex2
analyze ex5.vhdl
elab_simulate ex5
clean
echo "Test successful"
|