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

non-blocking check_axi_stream does not respect stall_config #719

Closed
eschmidscs opened this issue May 18, 2021 · 2 comments
Closed

non-blocking check_axi_stream does not respect stall_config #719

eschmidscs opened this issue May 18, 2021 · 2 comments

Comments

@eschmidscs
Copy link
Contributor

Symptom
Using check_axi_stream with blocking=>false and a non-zero stall_config keeps TREADY high for all time.

Cause
The stall_config works fine for all pop*-functions.
However, the check_axi_stream with blocking => false is not based on pop functions, but issues a specific message to the slave. The implementation of that part does not respect the stall_config. It is simply not implemented.

@eschmidscs
Copy link
Contributor Author

I'm working on a test and fix now.

@eschmidscs
Copy link
Contributor Author

Fixed with #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants