Accessing DDR memory of Zynq card
I’m currently trying to generate an algorithmically calculated signal using a zybo zynq z010 board and Vitis. I fill a Look Up Table with this signal in a for loop and then send this Look Up Table to a Pmod using another for loop. I’d like to use the 1 GB of DDR3 memory on the FPGA board to store my LUT, but I don’t know how to access it.