Hi ,
I’m using Arria10 SOCFPGA with Linux Kenrel (branch aletra 4.14 ).
In my application, there‘re bulks of data moving from one place to another place every 1ms,currently I have to use memcpy() which occupys CPU heavily.
Is there any example to use HPS DMA Controller to implement this data moving, to avoid use cpu memcpy() . Any code example ?
Thanks for help