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
Isn't there a AXI wait signal (WREADY?) we can use?
Alternatively can we do a read loop in sw over the reset register until the reset bit reads back as de-asserted?
or make it mandatory to sleep after the reset bit has been deasserted
The text was updated successfully, but these errors were encountered:
There is a tx_active signal. Let's see if we can tie this back to make write wait.... In the meantime, usleep(1000)..
Sorry, something went wrong.
Posting again as github screwed up the formatting in the first try.
= write gets lost ( RXCFG = 0)
= write gets through
No branches or pull requests
= write gets lost ( RXCFG = 0)
= write gets through
Isn't there a AXI wait signal (WREADY?) we can use?
Alternatively can we do a read loop in sw over the reset register until the reset bit reads back as de-asserted?
or make it mandatory to sleep after the reset bit has been deasserted
The text was updated successfully, but these errors were encountered: