DMA stuck at wait()

Hi @Karan_Mali,

Welcome to the PYNQ community.

Why are you using a FIFO interface? I will suggest you switch to an AXI4-Stream interface (it should be a pragma). You will need to handle TKEEP and TLAST correctly as well.

I wrote a blog showing how to debug issues with the DMA.

Mario