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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: