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_13_fg_13_25.vhd
|
2 |
|
|
ERROR: Parse error at line 54 column 3:
|
3 |
|
|
|
4 |
|
|
44:
|
5 |
|
|
45: -- code from book
|
6 |
|
|
46:
|
7 |
|
|
47: architecture gate_level of misc_logic is
|
8 |
|
|
48:
|
9 |
|
|
49: component nand3 is
|
10 |
|
|
50: generic ( Tpd : delay_length );
|
11 |
|
|
51: port ( a, b, c : in bit; y : out bit );
|
12 |
|
|
52: end component nand3;
|
13 |
|
|
53:
|
14 |
|
|
54: for all : nand3
|
15 |
|
|
^
|
16 |
|
|
55: use entity project_lib.nand3(basic);
|
17 |
|
|
56:
|
18 |
|
|
57: -- . . .
|
19 |
|
|
58:
|
20 |
|
|
59: -- not in book
|
21 |
|
|
60: signal sig1, sig2, sig3, out_sig : bit;
|
22 |
|
|
61: signal test_vector : bit_vector(1 to 3);
|
23 |
|
|
62: -- end not in book
|
24 |
|
|
63:
|
25 |
|
|
64: begin
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_13_fg_13_25.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|