Board: VC707
Host OS: WIN10
Host CPU: i7 7700k
I'm running the "xillydemo" design on my VC707 board, and I modified the "streamwrite.c" so that it can read a input.txt file and write the contents to FPGA through xillybus_write_32 devfile.
My question is, why the FIFO signals captured by debug probes indicate that there are big gaps between the FIFO writes?
As shown in picture, the first write appears at cycle 512, while the second appears at cycle 2907.
Is this host program's problem or FPGA logic's problem?
Thanks a lot.