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/tc1499.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 48 column 9:
|
3 |
|
|
|
4 |
|
|
38: subtype sub_int is integer range 1 to 2;
|
5 |
|
|
39: variable V1 : integer;
|
6 |
|
|
40: variable k1 : integer := 0;
|
7 |
|
|
41: variable k2 : integer := 0;
|
8 |
|
|
42: variable k3 : integer := 0;
|
9 |
|
|
43: variable k4 : integer := 0;
|
10 |
|
|
44: BEGIN
|
11 |
|
|
45: V1 := 0;
|
12 |
|
|
46: case V1 is
|
13 |
|
|
47: when sub_int'low
|
14 |
|
|
48: to sub_int'high => assert (false)
|
15 |
|
|
^
|
16 |
|
|
49: report "V1 in specified range"
|
17 |
|
|
50: severity failure;
|
18 |
|
|
51: when others => k1 := 1;
|
19 |
|
|
52: end case;
|
20 |
|
|
53: V1 := 1;
|
21 |
|
|
54: case V1 is
|
22 |
|
|
55: when sub_int'low
|
23 |
|
|
56: to sub_int'high => k2 := 1;
|
24 |
|
|
57: when others => assert (false)
|
25 |
|
|
58: report "V1 NOT in specified range"
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1499.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|