-
Notifications
You must be signed in to change notification settings - Fork 8
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
Review what happens when OUTBOX is full #26
Comments
try using w_full_n instead of o_err as FIFO full flag. |
Also review ZipCPU/wbuart32#3 (comment) :
|
df9ecc0 seems to fix the problem. |
When OUTBOX is full, FSM waits (#12).
Confirm that when we pop an item out (cpu_out_rd=1):
The text was updated successfully, but these errors were encountered: