Altera_Forum
Honored Contributor
7 years agoFast FPGA to HPS data transfer (write on RAM ?) on De0-Nano-SoC kit
Hi everyone,
I'd like to send data, acquired by the FPGA, to the HPS. The HPS will then send these data to a computer, using ethernet. The problem is the FPGA to HPS part needs to be really fast (around 100-150 MBytes/s). I figured out the best way to do it would be to for the FPGA to write these data in the HPS RAM, then the HPS could simply read and send them to the computer. Though, I haven't find a way yet to write in RAM from the FPGA, as the RAM is a HPS-connected peripheral. Do you have any advice ? Thanks a lots in advance.