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/tc1734.vhd
|
3 |
|
|
ERROR: Parse error at line 33 column 7:
|
4 |
|
|
|
5 |
|
|
23:
|
6 |
|
|
24: -- ---------------------------------------------------------------------
|
7 |
|
|
25: --
|
8 |
|
|
26: -- $Id: tc1734.vhd,v 1.2 2001-10-26 16:29:43 paw Exp $
|
9 |
|
|
27: -- $Revision: 1.2 $
|
10 |
|
|
28: --
|
11 |
|
|
29: -- ---------------------------------------------------------------------
|
12 |
|
|
30:
|
13 |
|
|
31: ENTITY c09s04b00x00p02n01i01734ent IS
|
14 |
|
|
32: begin
|
15 |
|
|
33: l1: assert false
|
16 |
|
|
^
|
17 |
|
|
34: report "Labeled concurrent assert OK in entity."
|
18 |
|
|
35: severity note ;
|
19 |
|
|
36: assert false
|
20 |
|
|
37: report "Unlabeled concurrent assert OK in entity."
|
21 |
|
|
38: severity note ;
|
22 |
|
|
39: END c09s04b00x00p02n01i01734ent;
|
23 |
|
|
40:
|
24 |
|
|
41: ARCHITECTURE c09s04b00x00p02n01i01734arch OF c09s04b00x00p02n01i01734ent IS
|
25 |
|
|
42:
|
26 |
|
|
43: BEGIN
|