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_21_fg_21_02.vhd
|
2 |
|
|
ERROR: Parse error at line 49 column 66:
|
3 |
|
|
|
4 |
|
|
39: end package project_util;
|
5 |
|
|
40:
|
6 |
|
|
41:
|
7 |
|
|
42: package body project_util is
|
8 |
|
|
43:
|
9 |
|
|
44: function "<" ( bv1, bv2 : bit_vector ) return boolean is
|
10 |
|
|
45: variable tmp1 : bit_vector(bv1'range) := bv1;
|
11 |
|
|
46: variable tmp2 : bit_vector(bv2'range) := bv2;
|
12 |
|
|
47: begin
|
13 |
|
|
48: assert bv1'length = bv2'length
|
14 |
|
|
49: report "vectors are of different length in ""<"" comparison"
|
15 |
|
|
^
|
16 |
|
|
50: severity failure;
|
17 |
|
|
51: tmp1(tmp1'left) := not tmp1(tmp1'left);
|
18 |
|
|
52: tmp2(tmp2'left) := not tmp2(tmp2'left);
|
19 |
|
|
53: return std.standard."<" ( tmp1, tmp2 );
|
20 |
|
|
54: end function "<";
|
21 |
|
|
55:
|
22 |
|
|
56: end package body project_util;
|
23 |
|
|
57:
|
24 |
|
|
58:
|
25 |
|
|
59:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_21_fg_21_02.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|