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_18_fg_18_05.vhd
|
2 |
|
|
ERROR: Parse error at line 36 column 34:
|
3 |
|
|
|
4 |
|
|
26:
|
5 |
|
|
27: entity fg_18_05_a is
|
6 |
|
|
28: end entity fg_18_05_a;
|
7 |
|
|
29:
|
8 |
|
|
30:
|
9 |
|
|
31: architecture writer of fg_18_05_a is
|
10 |
|
|
32: begin
|
11 |
|
|
33:
|
12 |
|
|
34: process is
|
13 |
|
|
35:
|
14 |
|
|
36: type integer_file is file of integer;
|
15 |
|
|
^
|
16 |
|
|
37: file data_file : integer_file open write_mode is "coeff-data";
|
17 |
|
|
38:
|
18 |
|
|
39: begin
|
19 |
|
|
40: write(data_file, 0);
|
20 |
|
|
41: write(data_file, 1);
|
21 |
|
|
42: write(data_file, 2);
|
22 |
|
|
43: write(data_file, 3);
|
23 |
|
|
44: write(data_file, 4);
|
24 |
|
|
45: write(data_file, 5);
|
25 |
|
|
46: write(data_file, 6);
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_18_fg_18_05.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|