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/tc1639.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 42 column 15:
|
3 |
|
|
|
4 |
|
|
32: END c08s12b00x00p06n01i01639ent;
|
5 |
|
|
33:
|
6 |
|
|
34: ARCHITECTURE c08s12b00x00p06n01i01639arch OF c08s12b00x00p06n01i01639ent IS
|
7 |
|
|
35:
|
8 |
|
|
36: BEGIN
|
9 |
|
|
37: TESTING: PROCESS
|
10 |
|
|
38: variable correct : boolean := true;
|
11 |
|
|
39: procedure Proc1(constant p_boolean :boolean ) is
|
12 |
|
|
40: begin
|
13 |
|
|
41: if p_boolean = p_boolean then
|
14 |
|
|
42: return;
|
15 |
|
|
^
|
16 |
|
|
43: else
|
17 |
|
|
44: return;
|
18 |
|
|
45: end if;
|
19 |
|
|
46: correct := false;
|
20 |
|
|
47: end Proc1;
|
21 |
|
|
48: BEGIN
|
22 |
|
|
49: Proc1(false);
|
23 |
|
|
50: assert NOT( correct = true )
|
24 |
|
|
51: report "***PASSED TEST: c08s12b00x00p06n01i01639"
|
25 |
|
|
52: severity NOTE;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1639.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|