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_19_qsimt-b.vhd
|
2 |
|
|
ERROR: Parse error at line 37 column 30:
|
3 |
|
|
|
4 |
|
|
27: package body qsim_types is
|
5 |
|
|
28:
|
6 |
|
|
29: use std.textio.all;
|
7 |
|
|
30:
|
8 |
|
|
31: procedure write ( L : inout line; t : in token_type;
|
9 |
|
|
32: creation_time_unit : in time := ns ) is
|
10 |
|
|
33: begin
|
11 |
|
|
34: write(L, string'("token "));
|
12 |
|
|
35: write(L, natural(t.id));
|
13 |
|
|
36: write(L, string'(" from "));
|
14 |
|
|
37: write(L, t.source_name(1 to t.source_name_length));
|
15 |
|
|
^
|
16 |
|
|
38: write(L, string'(" created at "));
|
17 |
|
|
39: write(L, t.creation_time, unit => creation_time_unit);
|
18 |
|
|
40: end write;
|
19 |
|
|
41:
|
20 |
|
|
42: end package body qsim_types;
|
21 |
|
|
43:
|
22 |
|
|
|
23 |
|
|
WARN: Missing blame information for the following files:
|
24 |
|
|
WARN: * ch_19_qsimt-b.vhd
|
25 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|