PS->DMA->BRAM data transfer?

You didn’t say how you are designing your IP.

If you are using HLS, you can add an AXI master interface that can access the PS memory directly. This is probably better than trying to copy to BRAM. No separate DMA required.

See this tutorial:

Cathal

1 Like