Commit 28a645b1 authored by Tristan Gingold's avatar Tristan Gingold

l2p_dma_master: add a comment

parent f6835b54
......@@ -305,8 +305,10 @@ begin
l2p_fsm_dframe <= '0';
data_fifo_rd <= '0';
if dma_total_len /= 0 then
-- There a still data to transfer, continue.
l2p_dma_current_state <= L2P_SETUP;
else
-- No more data, done.
l2p_dma_current_state <= L2P_IDLE;
dma_ctrl_done_o <= '1';
end if;
......
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