blob: 06457fac8b5e0823514385c15bbd97e37c5a331e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
analyze_failure word_entity.vhdl
analyze word_generic_pkg.vhdl
analyze word_entity.vhdl
analyze_failure word_entity1.vhdl
clean
echo "Test successful"
|