1 |
d93979b7
|
Arnaud Dieumegard
|
WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
|
2 |
|
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd
|
3 |
|
|
ERROR: Parse error at line 42 column 5:
|
4 |
|
|
|
5 |
|
|
32: END c08s05b00x00p04n02i01389ent;
|
6 |
|
|
33:
|
7 |
|
|
34: ARCHITECTURE c08s05b00x00p04n02i01389arch OF c08s05b00x00p04n02i01389ent IS
|
8 |
|
|
35: subtype C2 is BIT_VECTOR(1 to 2);
|
9 |
|
|
36: BEGIN
|
10 |
|
|
37: TESTING: PROCESS
|
11 |
|
|
38: variable S1 : BIT;
|
12 |
|
|
39: variable T1 : BIT;
|
13 |
|
|
40: variable BIT2 : C2 := B"11";
|
14 |
|
|
41: BEGIN
|
15 |
|
|
42: (S1, T1) := BIT2;
|
16 |
|
|
^
|
17 |
|
|
43: assert NOT((S1 = '1') and (T1 = '1'))
|
18 |
|
|
44: report "***PASSED TEST: c08s05b00x00p04n02i01389"
|
19 |
|
|
45: severity NOTE;
|
20 |
|
|
46: assert ((S1 = '1') and (T1 = '1'))
|
21 |
|
|
47: report "***FAILED TEST: c08s05b00x00p04n02i01389 - Base types of the expression on the right hand side is the same as the base type of the aggregate."
|
22 |
|
|
48: severity ERROR;
|
23 |
|
|
49: wait;
|
24 |
|
|
50: END PROCESS TESTING;
|
25 |
|
|
51:
|
26 |
|
|
52: END c08s05b00x00p04n02i01389arch;
|
27 |
|
|
|
28 |
|
|
/bin/bash: sonar-scanner-local : commande introuvable
|