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/tc1327.vhd
|
3 |
|
|
ERROR: Parse error at line 40 column 50:
|
4 |
|
|
|
5 |
|
|
30:
|
6 |
|
|
31: ENTITY c08s04b01x00p03n02i01327ent IS
|
7 |
|
|
32: END c08s04b01x00p03n02i01327ent;
|
8 |
|
|
33:
|
9 |
|
|
34: ARCHITECTURE c08s04b01x00p03n02i01327arch OF c08s04b01x00p03n02i01327ent IS
|
10 |
|
|
35: -- enumerated types.
|
11 |
|
|
36: type SWITCH_LEVEL is ('0', '1', 'X');
|
12 |
|
|
37: subtype LOGIC_SWITCH is SWITCH_LEVEL range '0' to '1';
|
13 |
|
|
38:
|
14 |
|
|
39: -- integer types.
|
15 |
|
|
40: type POSITIVE is range 0 to INTEGER'HIGH;
|
16 |
|
|
^
|
17 |
|
|
41:
|
18 |
|
|
42: -- user defined physical types.
|
19 |
|
|
43: type DISTANCE is range 0 to 1E9
|
20 |
|
|
44: units
|
21 |
|
|
45: -- Base units.
|
22 |
|
|
46: A; -- angstrom
|
23 |
|
|
47:
|
24 |
|
|
48: -- Metric lengths.
|
25 |
|
|
49: nm = 10 A; -- nanometer
|
26 |
|
|
50: um = 1000 nm; -- micrometer (or micron)
|
27 |
|
|
|
28 |
|
|
/bin/bash: sonar-scanner-local : commande introuvable
|