1 |
78957d3d
|
Arnaud Dieumegard
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 35 column 30:
|
3 |
|
|
|
4 |
|
|
25: --
|
5 |
|
|
26: -- $Id: tc201.vhd,v 1.2 2001-10-26 16:29:45 paw Exp $
|
6 |
|
|
27: -- $Revision: 1.2 $
|
7 |
|
|
28: --
|
8 |
|
|
29: -- ---------------------------------------------------------------------
|
9 |
|
|
30:
|
10 |
|
|
31: ENTITY c03s01b00x00p04n01i00201ent IS
|
11 |
|
|
32: END c03s01b00x00p04n01i00201ent;
|
12 |
|
|
33:
|
13 |
|
|
34: ARCHITECTURE c03s01b00x00p04n01i00201arch OF c03s01b00x00p04n01i00201ent IS
|
14 |
|
|
35: type a is range (1+1) to 10;
|
15 |
|
|
^
|
16 |
|
|
36: BEGIN
|
17 |
|
|
37: TESTING: PROCESS
|
18 |
|
|
38: variable k : a := 6;
|
19 |
|
|
39: BEGIN
|
20 |
|
|
40: k := 5;
|
21 |
|
|
41: assert NOT(k=5)
|
22 |
|
|
42: report "***PASSED TEST: c03s01b00x00p04n01i00201"
|
23 |
|
|
43: severity NOTE;
|
24 |
|
|
44: assert (k=5)
|
25 |
|
|
45: report "***FAILED TEST: c03s01b00x00p04n01i00201 -The range must be either a range attribute name or two simple expressions combined with a direction operator."
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc201.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|