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/billowitch/compliant/tc1662.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 40 column 7:
|
3 |
|
|
|
4 |
|
|
30:
|
5 |
|
|
31: ENTITY c09s01b00x00p03n01i01662ent IS
|
6 |
|
|
32: port (A, B: inout bit);
|
7 |
|
|
33: END c09s01b00x00p03n01i01662ent;
|
8 |
|
|
34:
|
9 |
|
|
35: ARCHITECTURE c09s01b00x00p03n01i01662arch OF c09s01b00x00p03n01i01662ent IS
|
10 |
|
|
36: signal S1, S2, S3 : bit := '0';
|
11 |
|
|
37: constant gm : natural := 0;
|
12 |
|
|
38: BEGIN
|
13 |
|
|
39:
|
14 |
|
|
40: BL: block -- no_failure_here
|
15 |
|
|
^
|
16 |
|
|
41: generic (n: natural:= 2);
|
17 |
|
|
42: generic map (gm);
|
18 |
|
|
43: port (A, B: inout bit);
|
19 |
|
|
44: port map (S1, S2);
|
20 |
|
|
45: begin
|
21 |
|
|
46: end block BL;
|
22 |
|
|
47:
|
23 |
|
|
48: TESTING: PROCESS
|
24 |
|
|
49: BEGIN
|
25 |
|
|
50: assert FALSE
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1662.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|