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
This is related to #37 : pull request #79 doesn't seem to fully solve the problem.
I see that even if cmd_busy is set, an incoming request is immediately accepted and a word is popped from the FIFO. This results in the popped world being transferred nowhere.
I am now wandering whether issuing resp_queue_pop only when cmdbusy_i=0 would solve the problem
This is related to #37 : pull request #79 doesn't seem to fully solve the problem.
I see that even if cmd_busy is set, an incoming request is immediately accepted and a word is popped from the FIFO. This results in the popped world being transferred nowhere.
I am now wandering whether issuing resp_queue_pop only when cmdbusy_i=0 would solve the problem
(tests ongoing)
The text was updated successfully, but these errors were encountered: