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_06.vhd
|
2 |
|
|
ERROR: Parse error at line 43 column 72:
|
3 |
|
|
|
4 |
|
|
33: architecture test of fg_18_06 is
|
5 |
|
|
34:
|
6 |
|
|
35:
|
7 |
|
|
36:
|
8 |
|
|
37: begin
|
9 |
|
|
38:
|
10 |
|
|
39: -- code from book
|
11 |
|
|
40:
|
12 |
|
|
41: stimulus_generator : process is
|
13 |
|
|
42:
|
14 |
|
|
43: type directory_file is file of string;
|
15 |
|
|
^
|
16 |
|
|
44: file directory : directory_file open read_mode is "stimulus-directory";
|
17 |
|
|
45: variable file_name : string(1 to 50);
|
18 |
|
|
46: variable file_name_length : natural;
|
19 |
|
|
47: variable open_status : file_open_status;
|
20 |
|
|
48:
|
21 |
|
|
49: subtype stimulus_vector is std_logic_vector(0 to 9);
|
22 |
|
|
50: type stimulus_file is file of stimulus_vector;
|
23 |
|
|
51: file stimuli : stimulus_file;
|
24 |
|
|
52: variable current_stimulus : stimulus_vector;
|
25 |
|
|
53: -- . . .
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_18_fg_18_06.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|