Altera_Forum
Honored Contributor
8 years agoData transfer using buffer with (HPS--bridge--FPGA)
I have the DEO nano SOC and it looks like the Ethernet module is connected directly to the HPS. I can read/write data through the ethernet port... (PC--Ethernet--HPS) using c code. It looks like any data entering the rj45 cable goes through the HPS. The HPS has a fifo buffer system where I can "fread" an array from a file on a PC and get elements from the array as needed. I would like to do something similar with the FPGA component where I can input consecutive integers, use verilog or "block" style code to get data to my gpio ports.
I am working on the following protocol: PC--Ethernet--HPS--bridge--FPGA--gpio. I have the first three working and I understand how to get the last two to work. Is there an example that allows one to set up the FPGA to read data stored in a fifo buffer where one can get and process it as needed? Is so, please direct me to that source. Thank you.