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/ashenden/compliant/ch_17_ch_17_05.vhd
|
2 |
|
|
ERROR: Parse error at line 44 column 34:
|
3 |
|
|
|
4 |
|
|
34:
|
5 |
|
|
35: architecture test of ch_17_05 is
|
6 |
|
|
36: begin
|
7 |
|
|
37:
|
8 |
|
|
38:
|
9 |
|
|
39: process is
|
10 |
|
|
40:
|
11 |
|
|
41: -- code from book:
|
12 |
|
|
42:
|
13 |
|
|
43: type coordinate is array (1 to 3) of real;
|
14 |
|
|
44: type coordinate_ptr is access coordinate;
|
15 |
|
|
^
|
16 |
|
|
45:
|
17 |
|
|
46: variable origin : coordinate_ptr := new coordinate'(0.0, 0.0, 0.0);
|
18 |
|
|
47:
|
19 |
|
|
48: type time_array is array (positive range <>) of time;
|
20 |
|
|
49: variable activation_times : time_array(1 to 100);
|
21 |
|
|
50:
|
22 |
|
|
51: -- end of code from book
|
23 |
|
|
52:
|
24 |
|
|
53: begin
|
25 |
|
|
54:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_17_ch_17_05.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|