'Store data in DDR3 from PL in SoC Zynq 7020

I have a ZTurn-Board with a 7020 processor featuring a total of 1GB of DDR3 memory connected to the PS.

Due to the needs of the project I have to do, from the PL I am going to be reading a total of 4*2584=10336 consecutive 8-bit data and with a very precise timing control ( I get 4 8-bit data at a time every 2MHz).

So I was wondering if it is possible to store all the data that I am generating in the DDR3 memory from the PL until the process is finished and then, once finished, from the PS send it to the PC, either by UART or GBe. And in case of being possible to store all these data, which would be the IP of which I have to look for information?

Would it be possible to store all the data from the PL until the maximum storage of the 1GB DDR3 memory is fully completed?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source