blob: c22bb4db3590799efc78a0a7210257e8e3232a05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
# Do not try to generate code, it is currently not supported.
$GHDL -s $GHDL_STD_FLAGS source.vhdl
clean
echo "Test successful"
|