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/tc1635.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 40 column 10:
|
3 |
|
|
|
4 |
|
|
30:
|
5 |
|
|
31: ENTITY c08s12b00x00p05n01i01635ent IS
|
6 |
|
|
32: END c08s12b00x00p05n01i01635ent;
|
7 |
|
|
33:
|
8 |
|
|
34: ARCHITECTURE c08s12b00x00p05n01i01635arch OF c08s12b00x00p05n01i01635ent IS
|
9 |
|
|
35:
|
10 |
|
|
36: BEGIN
|
11 |
|
|
37: TESTING: PROCESS
|
12 |
|
|
38: type PH is range 1 to 24
|
13 |
|
|
39: units
|
14 |
|
|
40: U;
|
15 |
|
|
^
|
16 |
|
|
41: X=3 U;
|
17 |
|
|
42: Y=2 X;
|
18 |
|
|
43: end units;
|
19 |
|
|
44: subtype PH1 is PH range X to Y;
|
20 |
|
|
45: function J return PH1 is
|
21 |
|
|
46: begin
|
22 |
|
|
47: return X;
|
23 |
|
|
48: end J;
|
24 |
|
|
49: variable k : PH1 := 2 X;
|
25 |
|
|
50: BEGIN
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1635.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|