I have a real time application whereby the ARM preprocesses data in SDRAM. These data need to be sent to the hardware accelerator in the PL that buffers some data an does eventually the real job.
Basically I need to transfer data from SDRAM to SRAM buffer in the PL.
I saw a number of post on transferring data from PL to SDRAM,mainly using AXI DMA.
I wonder what is the most efficient way to perform this task,
Thanks
Fabio