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_08_fg_08_08.vhd
|
2 |
|
|
ERROR: Parse error at line 49 column 26:
|
3 |
|
|
|
4 |
|
|
39: -- not in book
|
5 |
|
|
40: library bv_utilities;
|
6 |
|
|
41: use bv_utilities.bv_arithmetic;
|
7 |
|
|
42: -- end not in book
|
8 |
|
|
43:
|
9 |
|
|
44: package body bit_vector_signed_arithmetic is
|
10 |
|
|
45:
|
11 |
|
|
46: function "+" ( bv1, bv2 : bit_vector ) return bit_vector is -- . . .
|
12 |
|
|
47: -- not in book
|
13 |
|
|
48: begin
|
14 |
|
|
49: return bv_arithmetic."+"(bv1, bv2);
|
15 |
|
|
^
|
16 |
|
|
50: end function "+";
|
17 |
|
|
51: -- end not in book
|
18 |
|
|
52:
|
19 |
|
|
53: function "-" ( bv : bit_vector ) return bit_vector is -- . . .
|
20 |
|
|
54: -- not in book
|
21 |
|
|
55: begin
|
22 |
|
|
56: return bv_arithmetic."-"(bv);
|
23 |
|
|
57: end function "-";
|
24 |
|
|
58: -- end not in book
|
25 |
|
|
59:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_08_fg_08_08.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|