How to correctly read data from FIFO on HPS and send it out through HPS Ethernet
I am a novice. I have two clone V soc boards, and I generated some video data on the FPGA side of one of them and sent it to the HPS side through the H2F AXI bus. I want to send it to the second boar...
I changed the FIFO to a dual port FIFO, and then used the same code to read the data in the FIFO. Everything looked normal. But when I added the function to send data, the reading of the data seemed to run counter to the correct result.
FIFO has a depth of 2048 and a width of 32. qsys2reading datasending data