blob: 96c1d80b98f3002ae396a02444e0afd648bdc770 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh
. ../../testenv.sh
analyze_failure -Werror=elaboration dummy.vhdl
analyze_failure -Werror=elaboration elab_func.vhdl
analyze_failure --std=08 -Werror=elaboration elab_prot.vhdl
analyze dummy.vhdl
elab_simulate_failure dummyentity
clean
echo "Test successful"
|