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_19_tkfifo-b.vhd
|
2 |
|
|
ERROR: Parse error at line 31 column 12:
|
3 |
|
|
|
4 |
|
|
21: --
|
5 |
|
|
22: -- $Id: ch_19_tkfifo-b.vhd,v 1.3 2001-10-26 16:29:36 paw Exp $
|
6 |
|
|
23: -- $Revision: 1.3 $
|
7 |
|
|
24: --
|
8 |
|
|
25: -- ---------------------------------------------------------------------
|
9 |
|
|
26:
|
10 |
|
|
27: package body token_fifo_adt is
|
11 |
|
|
28:
|
12 |
|
|
29: function new_fifo return fifo_type is
|
13 |
|
|
30: begin
|
14 |
|
|
31: return new fifo_record'( null, null );
|
15 |
|
|
^
|
16 |
|
|
32: end function new_fifo;
|
17 |
|
|
33:
|
18 |
|
|
34:
|
19 |
|
|
35: procedure test_empty ( variable fifo : in fifo_type;
|
20 |
|
|
36: variable is_empty : out boolean ) is
|
21 |
|
|
37: begin
|
22 |
|
|
38: is_empty := fifo.head_entry = null;
|
23 |
|
|
39: end procedure test_empty;
|
24 |
|
|
40:
|
25 |
|
|
41:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_19_tkfifo-b.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|