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/tc1999.vhd
|
3 |
|
|
ERROR: Parse error at line 40 column 10:
|
4 |
|
|
|
5 |
|
|
30:
|
6 |
|
|
31: ENTITY c07s02b02x00p07n02i01999ent IS
|
7 |
|
|
32: END c07s02b02x00p07n02i01999ent;
|
8 |
|
|
33:
|
9 |
|
|
34: ARCHITECTURE c07s02b02x00p07n02i01999arch OF c07s02b02x00p07n02i01999ent IS
|
10 |
|
|
35:
|
11 |
|
|
36: BEGIN
|
12 |
|
|
37: TESTING: PROCESS
|
13 |
|
|
38: type PHYS is range 1 to 1000
|
14 |
|
|
39: units
|
15 |
|
|
40: A;
|
16 |
|
|
^
|
17 |
|
|
41: B = 10 A;
|
18 |
|
|
42: C = 10 B;
|
19 |
|
|
43: end units;
|
20 |
|
|
44: variable k : integer := 0;
|
21 |
|
|
45: variable m : PHYS := 10 A;
|
22 |
|
|
46: BEGIN
|
23 |
|
|
47: if (m = 1 B) then
|
24 |
|
|
48: k := 5;
|
25 |
|
|
49: else
|
26 |
|
|
50: k := 0;
|