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/tc1655.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 51 column 9:
|
3 |
|
|
|
4 |
|
|
41: end cpc;
|
5 |
|
|
42: end c09s00b00x00p05n01i01655pkg;
|
6 |
|
|
43:
|
7 |
|
|
44: use work.c09s00b00x00p05n01i01655pkg.all;
|
8 |
|
|
45:
|
9 |
|
|
46: entity c09s00b00x00p05n01i01655ent_a is
|
10 |
|
|
47: port (signal pi : in bit;
|
11 |
|
|
48: signal po : out bit
|
12 |
|
|
49: );
|
13 |
|
|
50: begin
|
14 |
|
|
51: cas : assert false
|
15 |
|
|
^
|
16 |
|
|
52: report "Labeled concurrent assert called from component."
|
17 |
|
|
53: severity note ;
|
18 |
|
|
54:
|
19 |
|
|
55: cpcc : cpc("component entity");
|
20 |
|
|
56:
|
21 |
|
|
57: ppsc : -- passive process stmt
|
22 |
|
|
58: process (pi)
|
23 |
|
|
59: begin
|
24 |
|
|
60: assert false
|
25 |
|
|
61: report "Passive process can be labeled in component."
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1655.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|