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_20_ch_20_06.vhd
|
2 |
|
|
ERROR: Parse error at line 51 column 49:
|
3 |
|
|
|
4 |
|
|
41: begin
|
5 |
|
|
42:
|
6 |
|
|
43:
|
7 |
|
|
44: process1 : process is
|
8 |
|
|
45:
|
9 |
|
|
46: -- code from book:
|
10 |
|
|
47:
|
11 |
|
|
48: type controller_state is (idle, active, fail_safe);
|
12 |
|
|
49: type load_level is (idle, busy, overloaded);
|
13 |
|
|
50:
|
14 |
|
|
51: attribute encoding of idle [ return controller_state ] : literal is b"00";
|
15 |
|
|
^
|
16 |
|
|
52: attribute encoding of active [ return controller_state ] : literal is b"01";
|
17 |
|
|
53: attribute encoding of fail_safe [ return controller_state ] : literal is b"10";
|
18 |
|
|
54:
|
19 |
|
|
55: -- end of code from book
|
20 |
|
|
56:
|
21 |
|
|
57: variable L : line;
|
22 |
|
|
58:
|
23 |
|
|
59: begin
|
24 |
|
|
60: write(L, string'("process1"));
|
25 |
|
|
61: writeline(output, L);
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_20_ch_20_06.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|