-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I refer to the loopback_measure.c program and modify it to perform from PC to FPGA memory 1GB data write and read tests.
I tried to call glip_write_b and glip_read_b function, Both Parameters size(length of data) are set to 1GB data size,
glip_write_b function can successfully write 1GB data to FPGA memory, but when executing glip_read_b ,print (Error while reading from GLIP. )
I found that the value of the parameters size of the glip_read_b function cannot be too large.
Later I tried to change the value to read 150KB,if the value of the parameter size greater than 150Kbyte ,FX3 will not respond. (blocking)
Is there a limit to reading back large files? How can I read back large files at once?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels