We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a problem
CPU and FPGA,PCIE x1
I read and write the FPGA user space reg in the following order: write read write,
but the order of the FPGA capture is read write write
I disassembled the CPU code,the order is write read write, ok
why Read/write sequence error ?
thank you very much
The text was updated successfully, but these errors were encountered:
I'm guessing this is from your code and not using reg_rw utility from this repo or similar.
Are doing read()/write() syscalls or mmap()?
FWIW, mmap() always does the right thing for me (did not try read()/write() myself).
Sorry, something went wrong.
No branches or pull requests
I have a problem
CPU and FPGA,PCIE x1
I read and write the FPGA user space reg in the following order: write read write,
but the order of the FPGA capture is read write write
I disassembled the CPU code,the order is write read write, ok
why Read/write sequence error ?
thank you very much
The text was updated successfully, but these errors were encountered: