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_20_fg_20_12.vhd
|
2 |
|
|
ERROR: Parse error at line 44 column 8:
|
3 |
|
|
|
4 |
|
|
34: -- end code from book
|
5 |
|
|
35:
|
6 |
|
|
36: end package physical_attributes;
|
7 |
|
|
37:
|
8 |
|
|
38:
|
9 |
|
|
39: -- code from book
|
10 |
|
|
40:
|
11 |
|
|
41: library ieee; use ieee.std_logic_1164.all;
|
12 |
|
|
42: use work.physical_attributes.all;
|
13 |
|
|
43:
|
14 |
|
|
44: entity \74x138\ is
|
15 |
|
|
^
|
16 |
|
|
45: generic ( Tpd : time );
|
17 |
|
|
46: port ( en1, en2a_n, en2b_n : in std_logic;
|
18 |
|
|
47: s0, s1, s2 : in std_logic;
|
19 |
|
|
48: y0, y1, y2, y3, y4, y5, y6, y7 : out std_logic );
|
20 |
|
|
49:
|
21 |
|
|
50: attribute layout_ignore of Tpd : constant is true;
|
22 |
|
|
51:
|
23 |
|
|
52: attribute pin_number of s0 : signal is 1;
|
24 |
|
|
53: attribute pin_number of s1 : signal is 2;
|
25 |
|
|
54: attribute pin_number of s2 : signal is 3;
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_20_fg_20_12.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|