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/tc1718.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 43 column 3:
|
3 |
|
|
|
4 |
|
|
33: -- Local procedure.
|
5 |
|
|
34: procedure proccall;
|
6 |
|
|
35: procedure proccall is
|
7 |
|
|
36: begin
|
8 |
|
|
37: assert( TRUE ) severity NOTE;
|
9 |
|
|
38: end;
|
10 |
|
|
39:
|
11 |
|
|
40: begin
|
12 |
|
|
41:
|
13 |
|
|
42: -- Try a concurrent assertion statement.
|
14 |
|
|
43: assert( TRUE ) severity NOTE;
|
15 |
|
|
^
|
16 |
|
|
44:
|
17 |
|
|
45: -- Try a passive concurrent procedure call.
|
18 |
|
|
46: proccall;
|
19 |
|
|
47:
|
20 |
|
|
48: -- Try a passive process statement.
|
21 |
|
|
49: process
|
22 |
|
|
50: begin
|
23 |
|
|
51: assert( TRUE ) severity NOTE;
|
24 |
|
|
52: wait;
|
25 |
|
|
53: end process;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1718.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|