1 |
78957d3d
|
Arnaud Dieumegard
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/forth-cpu/uart.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 164 column 3:
|
3 |
|
|
|
4 |
|
|
154: wrote_n <= '1';
|
5 |
|
|
155: elsif din_ack = '0' and wrote_c = '1' then
|
6 |
|
|
156: --elsif wrote_c = '1' then
|
7 |
|
|
157: -- assert din_ack = '1' on the next cycle?
|
8 |
|
|
158: din_stb <= '1';
|
9 |
|
|
159: wrote_n <= '0';
|
10 |
|
|
160: end if;
|
11 |
|
|
161: end process;
|
12 |
|
|
162:
|
13 |
|
|
163: rx_fifo: work.util.fifo
|
14 |
|
|
164: generic map (
|
15 |
|
|
^
|
16 |
|
|
165: data_width => 8,
|
17 |
|
|
166: fifo_depth => fifo_depth)
|
18 |
|
|
167: port map(
|
19 |
|
|
168: clk => clk,
|
20 |
|
|
169: rst => rst,
|
21 |
|
|
170: di => dout,
|
22 |
|
|
171: we => dout_stb,
|
23 |
|
|
172: re => rx_data_re,
|
24 |
|
|
173: do => rx_data,
|
25 |
|
|
174: full => rx_fifo_full,
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * uart.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|