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/tc1028.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 32 column 29:
|
3 |
|
|
|
4 |
|
|
22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
5 |
|
|
23:
|
6 |
|
|
24: -- ---------------------------------------------------------------------
|
7 |
|
|
25: --
|
8 |
|
|
26: -- $Id: tc1028.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $
|
9 |
|
|
27: -- $Revision: 1.2 $
|
10 |
|
|
28: --
|
11 |
|
|
29: -- ---------------------------------------------------------------------
|
12 |
|
|
30:
|
13 |
|
|
31: ENTITY c06s04b00x00p02n01i01028ent IS
|
14 |
|
|
32: type THREE is range 1 to 3;
|
15 |
|
|
^
|
16 |
|
|
33: type A1 is array (THREE) of BOOLEAN;
|
17 |
|
|
34: type A2 is array (THREE, THREE) of BOOLEAN;
|
18 |
|
|
35: type A3 is array (THREE) of A1;
|
19 |
|
|
36:
|
20 |
|
|
37: type R1 is record
|
21 |
|
|
38: RE1: A1;
|
22 |
|
|
39: end record;
|
23 |
|
|
40:
|
24 |
|
|
41: type R2 is record
|
25 |
|
|
42: RE2: A2;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1028.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|