blob: 2d5cd436d56a0785d7945a81e33cea8235a3f669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
synth_analyze issue1
synth_failure issue2.vhdl -e
synth_failure issue3.vhdl -e
synth_failure issue4.vhdl -e
clean
echo "Test successful"
|