blob: ca9ac22c548751d57a64b5a1a8cb5bb8787df2dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
analyze_failure tb1.vhdl
analyze tb2.vhdl
elab_simulate tb2
analyze tb3.vhdl
elab_simulate tb3
clean
echo "Test successful"
|