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

Transform OUTBOX into a FIFO #5

Closed
adumont opened this issue Apr 16, 2018 · 2 comments
Closed

Transform OUTBOX into a FIFO #5

adumont opened this issue Apr 16, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@adumont
Copy link
Owner

adumont commented Apr 16, 2018

Same as with INBOX.

Modify CPU FSM:
WHen in state DECODE, if INSTR = "OUTBOX", if OUBOX FIFO is full (? full == 1) then next_state <= DECODE (stay here until FIFO not full anymore)

will allow to plug a UART-TX to OUTBOX

@adumont adumont added the enhancement New feature or request label Apr 16, 2018
@adumont
Copy link
Owner Author

adumont commented May 18, 2018

See https://github.com/adumont/uartrx-fifo/ for a working FIFO example that could be used for OUTBOX.

@adumont
Copy link
Owner Author

adumont commented Jul 5, 2018

Added in e28dc76

@adumont adumont closed this as completed Jul 5, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant