VDMA example

Hello pynq community,

I am trying to move from axi-dma to axi-vdma, because I am going to develop a custom processing pipeline with a sensor.
I am wondering if there is a loopback example with axi-vdma where we send an image over one channel and we receive it from other channel. I want to be sure that vdma works before adding more complexity to the design.

Kind Regards,
Ricardo

1 Like

Hi @Ricardo_Tapiador,

The base overlay for the PYNQ-Z1, PYNQ-Z2 and PYNQ-ZU use a VDMA, not in loopback as you are looking for, but these could be a good starting point.

Mario

1 Like

Hi @marioruiz , thank you very much for the fast answer, is there a link I can use?
Best,
Ricardo

1 Like

For instance here PYNQ/boards/ZCU104/base at master · Xilinx/PYNQ · GitHub

1 Like