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_03.vhd
|
2 |
|
|
ERROR: Parse error at line 35 column 46:
|
3 |
|
|
|
4 |
|
|
25: -- ---------------------------------------------------------------------
|
5 |
|
|
26:
|
6 |
|
|
27: library bv_utilities;
|
7 |
|
|
28:
|
8 |
|
|
29: package CPU_types is
|
9 |
|
|
30:
|
10 |
|
|
31: subtype word is bit_vector(0 to 31);
|
11 |
|
|
32: subtype byte is bit_vector(0 to 7);
|
12 |
|
|
33:
|
13 |
|
|
34: alias convert_to_natural is
|
14 |
|
|
35: bv_utilities.bv_arithmetic.bv_to_natural [ bit_vector return natural ];
|
15 |
|
|
^
|
16 |
|
|
36:
|
17 |
|
|
37: constant halt_opcode : byte := "00000000";
|
18 |
|
|
38:
|
19 |
|
|
39: type code_array is array (natural range <>) of word;
|
20 |
|
|
40: constant code : code_array := ( X"01000000", X"01000000", X"02000000",
|
21 |
|
|
41: X"01000000", X"01000000", X"02000000",
|
22 |
|
|
42: X"00000000" );
|
23 |
|
|
43:
|
24 |
|
|
44: end package CPU_types;
|
25 |
|
|
45:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_18_fg_18_03.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|