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/tc1035.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 38 column 31:
|
3 |
|
|
|
4 |
|
|
28: --
|
5 |
|
|
29: -- ---------------------------------------------------------------------
|
6 |
|
|
30:
|
7 |
|
|
31: ENTITY c06s04b00x00p02n01i01035ent IS
|
8 |
|
|
32: END c06s04b00x00p02n01i01035ent;
|
9 |
|
|
33:
|
10 |
|
|
34: ARCHITECTURE c06s04b00x00p02n01i01035arch OF c06s04b00x00p02n01i01035ent IS
|
11 |
|
|
35:
|
12 |
|
|
36: BEGIN
|
13 |
|
|
37: TESTING: PROCESS
|
14 |
|
|
38: type THREE is range 1 to 3;
|
15 |
|
|
^
|
16 |
|
|
39:
|
17 |
|
|
40: type A1 is array (THREE) of BOOLEAN;
|
18 |
|
|
41: type A2 is array (THREE, THREE) of BOOLEAN;
|
19 |
|
|
42: type A3 is array (THREE) of A1;
|
20 |
|
|
43:
|
21 |
|
|
44: function F3(i : integer) return A3 is
|
22 |
|
|
45: variable AR3 : A3;
|
23 |
|
|
46: begin
|
24 |
|
|
47: return AR3;
|
25 |
|
|
48: end F3;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1035.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|