Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using flReadChannelAsyncAwait to implement asynchronous I/O with FPGA board #36

Open
Naman-ntc opened this issue Apr 12, 2018 · 0 comments

Comments

@Naman-ntc
Copy link

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?

@Naman-ntc 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant