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

Logisim / FSM: Wait if outbox is full (WAIT_OUTBOX) #12

Closed
adumont opened this issue May 18, 2018 · 1 comment
Closed

Logisim / FSM: Wait if outbox is full (WAIT_OUTBOX) #12

adumont opened this issue May 18, 2018 · 1 comment
Labels

Comments

@adumont
Copy link
Owner

adumont commented May 18, 2018

FSM should wait when Instruction is Outbox, and Outbox is Full, until Outbox isn't full anymore. (remember Outbox will become a FIFO, that we'll plug to a UART-TX for example).

@adumont adumont added the FSM label May 18, 2018
@adumont adumont changed the title Logisim / FSM: Add WAIT_OUTBOX when busy Logisim / FSM: Wait if outbox is full (WAIT_OUTBOX) May 18, 2018
@adumont
Copy link
Owner Author

adumont commented May 18, 2018

Fixed in 565374a

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

No branches or pull requests

1 participant