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/tc1091.vhd
|
3 |
|
|
ERROR: Parse error at line 32 column 31:
|
4 |
|
|
|
5 |
|
|
22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
6 |
|
|
23:
|
7 |
|
|
24: -- ---------------------------------------------------------------------
|
8 |
|
|
25: --
|
9 |
|
|
26: -- $Id: tc1091.vhd,v 1.2 2001-10-26 16:29:39 paw Exp $
|
10 |
|
|
27: -- $Revision: 1.2 $
|
11 |
|
|
28: --
|
12 |
|
|
29: -- ---------------------------------------------------------------------
|
13 |
|
|
30:
|
14 |
|
|
31: package c06s05b00x00p02n01i01091pkg is
|
15 |
|
|
32: type FIVE is range 1 to 5;
|
16 |
|
|
^
|
17 |
|
|
33: type ABASE is array (FIVE range <>) of BOOLEAN;
|
18 |
|
|
34: subtype A1 is ABASE(FIVE);
|
19 |
|
|
35: attribute AT1 : A1;
|
20 |
|
|
36: function fat1(i:integer) return a1;
|
21 |
|
|
37: end c06s05b00x00p02n01i01091pkg;
|
22 |
|
|
38:
|
23 |
|
|
39: package body c06s05b00x00p02n01i01091pkg is
|
24 |
|
|
40: function fat1(i:integer) return a1 is
|
25 |
|
|
41: variable va1 : a1;
|
26 |
|
|
42: begin
|
27 |
|
|
|
28 |
|
|
/bin/bash: sonar-scanner-local : commande introuvable
|