Commit 2d01bc96 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[hdl] bugfix: tie p2l_rdy_pdm to '1' when DMA is not used

parent 1317a0a7
......@@ -749,7 +749,7 @@ begin
dma_stb_o <= '0';
dma_we_o <= '0';
dma_cyc_o <= '0';
p2l_rdy_pdm <= '0';
p2l_rdy_pdm <= '1';
l2p_edb <= '0';
ldm_arb_req <= '0';
ldm_arb_valid <= '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