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/tc1659.vhd
|
3 |
|
|
ERROR: Parse error at line 38 column 6:
|
4 |
|
|
|
5 |
|
|
28: --
|
6 |
|
|
29: -- ---------------------------------------------------------------------
|
7 |
|
|
30:
|
8 |
|
|
31: ENTITY c09s01b00x00p02n01i01659ent IS
|
9 |
|
|
32: END c09s01b00x00p02n01i01659ent;
|
10 |
|
|
33:
|
11 |
|
|
34: ARCHITECTURE c09s01b00x00p02n01i01659arch OF c09s01b00x00p02n01i01659ent IS
|
12 |
|
|
35:
|
13 |
|
|
36: BEGIN
|
14 |
|
|
37:
|
15 |
|
|
38: B1:block --<< no guard condition here
|
16 |
|
|
^
|
17 |
|
|
39: begin
|
18 |
|
|
40: process
|
19 |
|
|
41: begin
|
20 |
|
|
42: null ;
|
21 |
|
|
43: wait;
|
22 |
|
|
44: end process ;
|
23 |
|
|
45: end block ;
|
24 |
|
|
46:
|
25 |
|
|
47: TESTING: PROCESS
|
26 |
|
|
48: BEGIN
|