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_13_fg_13_09.vhd
|
2 |
|
|
ERROR: Parse error at line 46 column 31:
|
3 |
|
|
|
4 |
|
|
36:
|
5 |
|
|
37: --use work.counter_types.digit;
|
6 |
|
|
38: use work.counter_types.all;
|
7 |
|
|
39:
|
8 |
|
|
40: signal reset_to_midnight, seconds_clk : bit;
|
9 |
|
|
41: signal seconds_units, seconds_tens : digit;
|
10 |
|
|
42: -- . . .
|
11 |
|
|
43:
|
12 |
|
|
44: begin
|
13 |
|
|
45:
|
14 |
|
|
46: seconds : configuration work.counter_down_to_gate_level
|
15 |
|
|
^
|
16 |
|
|
47: port map ( clk => seconds_clk, clr => reset_to_midnight,
|
17 |
|
|
48: q0 => seconds_units, q1 => seconds_tens );
|
18 |
|
|
49:
|
19 |
|
|
50: -- . . .
|
20 |
|
|
51:
|
21 |
|
|
52: -- not in book
|
22 |
|
|
53:
|
23 |
|
|
54: clk_gen : seconds_clk <= not seconds_clk after 20 ns;
|
24 |
|
|
55:
|
25 |
|
|
56: clr_gen : reset_to_midnight <= '1' after 95 ns,
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_13_fg_13_09.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|