1 |
78957d3d
|
Arnaud Dieumegard
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1366.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 73 column 39:
|
3 |
|
|
|
4 |
|
|
63: -- character
|
5 |
|
|
64: constant c_character_1 : character := 'A' ;
|
6 |
|
|
65: constant c_character_2 : character := 'a' ;
|
7 |
|
|
66:
|
8 |
|
|
67: -- integer types
|
9 |
|
|
68: -- predefined
|
10 |
|
|
69: constant c_integer_1 : integer := lowb ;
|
11 |
|
|
70: constant c_integer_2 : integer := highb ;
|
12 |
|
|
71: --
|
13 |
|
|
72: -- user defined integer type
|
14 |
|
|
73: type t_int1 is range 0 to 100 ;
|
15 |
|
|
^
|
16 |
|
|
74: constant c_t_int1_1 : t_int1 := 0 ;
|
17 |
|
|
75: constant c_t_int1_2 : t_int1 := 10 ;
|
18 |
|
|
76: subtype st_int1 is t_int1 range 8 to 60 ;
|
19 |
|
|
77: constant c_st_int1_1 : st_int1 := 8 ;
|
20 |
|
|
78: constant c_st_int1_2 : st_int1 := 9 ;
|
21 |
|
|
79: --
|
22 |
|
|
80: -- physical types
|
23 |
|
|
81: -- predefined
|
24 |
|
|
82: constant c_time_1 : time := 1 ns ;
|
25 |
|
|
83: constant c_time_2 : time := 2 ns ;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1366.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|