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/tc1368.vhd
|
3 |
|
|
ERROR: Parse error at line 73 column 39:
|
4 |
|
|
|
5 |
|
|
63: -- character
|
6 |
|
|
64: constant c_character_1 : character := 'A' ;
|
7 |
|
|
65: constant c_character_2 : character := 'a' ;
|
8 |
|
|
66:
|
9 |
|
|
67: -- integer types
|
10 |
|
|
68: -- predefined
|
11 |
|
|
69: constant c_integer_1 : integer := lowb ;
|
12 |
|
|
70: constant c_integer_2 : integer := highb ;
|
13 |
|
|
71: --
|
14 |
|
|
72: -- user defined integer type
|
15 |
|
|
73: type t_int1 is range 0 to 100 ;
|
16 |
|
|
^
|
17 |
|
|
74: constant c_t_int1_1 : t_int1 := 0 ;
|
18 |
|
|
75: constant c_t_int1_2 : t_int1 := 10 ;
|
19 |
|
|
76: subtype st_int1 is t_int1 range 8 to 60 ;
|
20 |
|
|
77: constant c_st_int1_1 : st_int1 := 8 ;
|
21 |
|
|
78: constant c_st_int1_2 : st_int1 := 9 ;
|
22 |
|
|
79: --
|
23 |
|
|
80: -- physical types
|
24 |
|
|
81: -- predefined
|
25 |
|
|
82: constant c_time_1 : time := 1 ns ;
|
26 |
|
|
83: constant c_time_2 : time := 2 ns ;
|
27 |
|
|
|
28 |
|
|
/bin/bash: sonar-scanner-local : commande introuvable
|