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/tc1035.vhd
|
3 |
|
|
ERROR: Parse error at line 38 column 31:
|
4 |
|
|
|
5 |
|
|
28: --
|
6 |
|
|
29: -- ---------------------------------------------------------------------
|
7 |
|
|
30:
|
8 |
|
|
31: ENTITY c06s04b00x00p02n01i01035ent IS
|
9 |
|
|
32: END c06s04b00x00p02n01i01035ent;
|
10 |
|
|
33:
|
11 |
|
|
34: ARCHITECTURE c06s04b00x00p02n01i01035arch OF c06s04b00x00p02n01i01035ent IS
|
12 |
|
|
35:
|
13 |
|
|
36: BEGIN
|
14 |
|
|
37: TESTING: PROCESS
|
15 |
|
|
38: type THREE is range 1 to 3;
|
16 |
|
|
^
|
17 |
|
|
39:
|
18 |
|
|
40: type A1 is array (THREE) of BOOLEAN;
|
19 |
|
|
41: type A2 is array (THREE, THREE) of BOOLEAN;
|
20 |
|
|
42: type A3 is array (THREE) of A1;
|
21 |
|
|
43:
|
22 |
|
|
44: function F3(i : integer) return A3 is
|
23 |
|
|
45: variable AR3 : A3;
|
24 |
|
|
46: begin
|
25 |
|
|
47: return AR3;
|
26 |
|
|
48: end F3;
|
27 |
|
|
|
28 |
|
|
/bin/bash: sonar-scanner-local : commande introuvable
|