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/tc1.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 35 column 42:
|
3 |
|
|
|
4 |
|
|
25: --
|
5 |
|
|
26: -- $Id: tc1.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $
|
6 |
|
|
27: -- $Revision: 1.2 $
|
7 |
|
|
28: --
|
8 |
|
|
29: -- ---------------------------------------------------------------------
|
9 |
|
|
30:
|
10 |
|
|
31: ENTITY c04s01b00x00p03n01i00001ent IS
|
11 |
|
|
32: END c04s01b00x00p03n01i00001ent;
|
12 |
|
|
33:
|
13 |
|
|
34: ARCHITECTURE c04s01b00x00p03n01i00001arch OF c04s01b00x00p03n01i00001ent IS
|
14 |
|
|
35: type t1 is range 0.012345 to 300.012345; -- No_failure_here
|
15 |
|
|
^
|
16 |
|
|
36: BEGIN
|
17 |
|
|
37: TESTING: PROCESS
|
18 |
|
|
38: variable k : t1 := 10.0;
|
19 |
|
|
39: BEGIN
|
20 |
|
|
40: k := 123.0;
|
21 |
|
|
41: assert NOT( k=123.0 )
|
22 |
|
|
42: report "***PASSED TEST: c04s01b00x00p03n01i00001"
|
23 |
|
|
43: severity NOTE;
|
24 |
|
|
44: assert ( k=123.0 )
|
25 |
|
|
45: report "***FAILED TEST: c04s01b00x00p03n01i00001 - Type declaration has the format: the reserved word type followed by an identifier and the reserved word is."
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|