Hi everyone,
Currently I am writing data into a BRAM (using the native Xilinx BRAM interface) in fabric, and reading these values in software by using pointers to the memory locations. The BRAM is attached through an AXI controller in XPS.
Anyway, I need to use the DDR instead of the BRAM since space is very limited on the FPGA.
I realize that there is no direct access to the DDR from fabric, so I need to write an AXI transaction, but I cannot find any sort of reference to this.
Anyone can point me in the direction to a design that writes data to DDR from PL?
Thanks!
M