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/tc1690.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 38 column 45:
|
3 |
|
|
|
4 |
|
|
28: --
|
5 |
|
|
29: -- ---------------------------------------------------------------------
|
6 |
|
|
30:
|
7 |
|
|
31: ENTITY c09s02b00x00p03n01i01690ent IS
|
8 |
|
|
32: END c09s02b00x00p03n01i01690ent;
|
9 |
|
|
33:
|
10 |
|
|
34: ARCHITECTURE c09s02b00x00p03n01i01690arch OF c09s02b00x00p03n01i01690ent IS
|
11 |
|
|
35:
|
12 |
|
|
36: BEGIN
|
13 |
|
|
37: TESTING: PROCESS
|
14 |
|
|
38: type bus_idx is range 0 to 63;
|
15 |
|
|
^
|
16 |
|
|
39: subtype cmd_idx is bus_idx range 0 to 7;
|
17 |
|
|
40: variable v : cmd_idx := 5;
|
18 |
|
|
41: variable untrue : boolean := false;
|
19 |
|
|
42: BEGIN
|
20 |
|
|
43: assert NOT(v=5 and untrue = false)
|
21 |
|
|
44: report "***PASSED TEST: c09s02b00x00p03n01i01690"
|
22 |
|
|
45: severity NOTE;
|
23 |
|
|
46: assert (v=5 and untrue = false)
|
24 |
|
|
47: report "***FAILED TEST: c09s02b00x00p03n01i01690 - Configuration declarations are not permitted in process statement."
|
25 |
|
|
48: severity ERROR;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1690.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|