blob: 20e1ba5572415ee2d7ef48c832c53f26a05bd660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#! /bin/sh
. ../../testenv.sh
analyze test.vhdl
elab_simulate test
clean
GHDL_STD_FLAGS=--std=08
analyze test.vhdl
analyze test2.vhdl
clean
echo "Test successful"
|