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_15_rf-b.vhd
|
2 |
|
|
ERROR: Parse error at line 35 column 75:
|
3 |
|
|
|
4 |
|
|
25: -- ---------------------------------------------------------------------
|
5 |
|
|
26:
|
6 |
|
|
27: library bv_utilities;
|
7 |
|
|
28:
|
8 |
|
|
29: architecture behavior of reg_file is
|
9 |
|
|
30:
|
10 |
|
|
31: begin
|
11 |
|
|
32:
|
12 |
|
|
33: reg: process ( a1, a2, a3, d3, write_en ) is
|
13 |
|
|
34:
|
14 |
|
|
35: use work.dlx_instr.reg_index,
|
15 |
|
|
^
|
16 |
|
|
36: bv_utilities.bv_arithmetic.bv_to_natural;
|
17 |
|
|
37:
|
18 |
|
|
38: constant all_zeros : dlx_word := X"0000_0000";
|
19 |
|
|
39:
|
20 |
|
|
40: type register_array is array (reg_index range 1 to 31) of dlx_word;
|
21 |
|
|
41:
|
22 |
|
|
42: variable register_file : register_array;
|
23 |
|
|
43: variable reg_index1, reg_index2, reg_index3 : reg_index;
|
24 |
|
|
44:
|
25 |
|
|
45: begin
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_15_rf-b.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|