I need to read a range of memory from BRAM in PL to PS via PYNQ Lib.
But everyone knew it’s not a efficient way to use MMIO to read them.
Then, I turned to the DMA doc in PYNQ:
https://pynq.readthedocs.io/en/v2.6.1/pynq_libraries/dma.html
But, the example only demonstrated how to use DMA for PS.
Because the input and output buffers are originally located at PS’s DDR memory.
Does PYNQ DMA support moving data in PL to PS?