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/tc100.vhd
|
3 |
|
|
ERROR: Parse error at line 32 column 30:
|
4 |
|
|
|
5 |
|
|
22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
6 |
|
|
23:
|
7 |
|
|
24: -- ---------------------------------------------------------------------
|
8 |
|
|
25: --
|
9 |
|
|
26: -- $Id: tc100.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $
|
10 |
|
|
27: -- $Revision: 1.2 $
|
11 |
|
|
28: --
|
12 |
|
|
29: -- ---------------------------------------------------------------------
|
13 |
|
|
30:
|
14 |
|
|
31: package c04s03b02x00p29n06i00100pkg is
|
15 |
|
|
32: type int_1 is range 1 to 32;
|
16 |
|
|
^
|
17 |
|
|
33: attribute pin_number : int_1;
|
18 |
|
|
34: end c04s03b02x00p29n06i00100pkg;
|
19 |
|
|
35:
|
20 |
|
|
36: use work.c04s03b02x00p29n06i00100pkg.all;
|
21 |
|
|
37: ENTITY c04s03b02x00p29n06i00100ent IS
|
22 |
|
|
38: port ( P2 : out bit) ;
|
23 |
|
|
39: attribute pin_number of P2 : signal is 1;
|
24 |
|
|
40: END c04s03b02x00p29n06i00100ent;
|
25 |
|
|
41:
|
26 |
|
|
42: ARCHITECTURE c04s03b02x00p29n06i00100arch OF c04s03b02x00p29n06i00100ent IS
|
27 |
|
|
|
28 |
|
|
/bin/bash: sonar-scanner-local : commande introuvable
|