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/ashenden/compliant/ch_09_ch_09_04.vhd
|
2 |
|
|
ERROR: Parse error at line 66 column 56:
|
3 |
|
|
|
4 |
|
|
56: library stimulus;
|
5 |
|
|
57: use stimulus.stimulus_generators.all;
|
6 |
|
|
58:
|
7 |
|
|
59: architecture test of ch_09_04 is
|
8 |
|
|
60:
|
9 |
|
|
61: -- code from book
|
10 |
|
|
62:
|
11 |
|
|
63: -- MTI bug mt017
|
12 |
|
|
64: -- alias bv_increment is work.arithmetic_ops.increment [ bit_vector, integer ];
|
13 |
|
|
65:
|
14 |
|
|
66: alias int_increment is work.arithmetic_ops.increment [ integer, integer ];
|
15 |
|
|
^
|
16 |
|
|
67:
|
17 |
|
|
68: -- workaround to avoid MTI bug mt018
|
18 |
|
|
69: -- alias "*" is "and" [ bit, bit return bit ];
|
19 |
|
|
70:
|
20 |
|
|
71: alias "*" is std.standard."and" [ bit, bit return bit ];
|
21 |
|
|
72:
|
22 |
|
|
73: -- alias "+" is "or" [ bit, bit return bit ];
|
23 |
|
|
74:
|
24 |
|
|
75: alias "+" is std.standard."or" [ bit, bit return bit ];
|
25 |
|
|
76:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_09_ch_09_04.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|