You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to wait for a certain interval while reading on a particular channel and move ahead if no data is sent by the board in that interval. We are, however, stuck in this simple implementation.
We tried changing the timeout value in libfpgalink.h's flReadChannelAsyncSubmit from U32MAX to 5000 (our required timeout) and then ran make clean followed by make deps in the directory.
However, while running our custom main.c file, we were receiving data in unexpected order.
Could you kindly suggest some examples that we could refer to?
The text was updated successfully, but these errors were encountered:
Naman-ntc
changed the title
Using flReadChannelAsyncAwait to implement asynchronous I/O with FPGA board
[URGENT] Using flReadChannelAsyncAwait to implement asynchronous I/O with FPGA board
Apr 12, 2018
Naman-ntc
changed the title
[URGENT] Using flReadChannelAsyncAwait to implement asynchronous I/O with FPGA board
Using flReadChannelAsyncAwait to implement asynchronous I/O with FPGA board
Apr 14, 2018
We want to wait for a certain interval while reading on a particular channel and move ahead if no data is sent by the board in that interval. We are, however, stuck in this simple implementation.
We tried changing the
timeout
value inlibfpgalink.h
'sflReadChannelAsyncSubmit
from U32MAX to 5000 (our required timeout) and then ranmake clean
followed bymake deps
in the directory.However, while running our custom
main.c
file, we were receiving data in unexpected order.Could you kindly suggest some examples that we could refer to?
The text was updated successfully, but these errors were encountered: