Commit e809f2ee authored by Dimitris Lampridis's avatar Dimitris Lampridis

[hdl] fix for missing last word during L2P DMA transfers.

parent b0c817cc
......@@ -448,7 +448,7 @@ begin
wb_read_cnt <= wb_read_cnt - 1;
end if;
if (addr_fifo_valid = '1') then
if (addr_fifo_valid = '1' or l2p_dma_stb_t = '1') then
l2p_dma_cyc_t <= '1';
elsif (wb_read_cnt = 0) then
l2p_dma_cyc_t <= '0';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment