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/tc1318.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 43 column 5:
|
3 |
|
|
|
4 |
|
|
33:
|
5 |
|
|
34: ARCHITECTURE c08s04b00x00p07n01i01318arch OF c08s04b00x00p07n01i01318ent IS
|
6 |
|
|
35: signal s1, s2 : CHARACTER := NUL;
|
7 |
|
|
36: BEGIN
|
8 |
|
|
37: TESTING: PROCESS
|
9 |
|
|
38: type AT is array (INTEGER range <>) of CHARACTER;
|
10 |
|
|
39: variable av : AT(0 to 1) := ('1', '2');
|
11 |
|
|
40: BEGIN
|
12 |
|
|
41: assert s1 = NUL;
|
13 |
|
|
42: assert s2 = NUL;
|
14 |
|
|
43: (s1, s2) <= av;
|
15 |
|
|
^
|
16 |
|
|
44: wait on s1;
|
17 |
|
|
45: assert s1 = '1';
|
18 |
|
|
46: assert s2 = '2';
|
19 |
|
|
47: assert NOT( s1 = '1' and s2 = '2' )
|
20 |
|
|
48: report "***PASSED TEST: c08s04b00x00p07n01i01318"
|
21 |
|
|
49: severity NOTE;
|
22 |
|
|
50: assert ( s1 = '1' and s2 = '2' )
|
23 |
|
|
51: report "***FAILED TEST: c08s04b00x00p07n01i01318 - Aggregate (array type) signal assignment test failed."
|
24 |
|
|
52: severity ERROR;
|
25 |
|
|
53: wait;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1318.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|