adumont / hrm-cpu

Human Resource Machine - CPU Design #HRM
https://twitter.com/i/moments/1017515777610649601
GNU General Public License v3.0
71 stars 8 forks source link

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

Closed adumont closed 6 years ago

adumont commented 6 years ago

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 commented 6 years ago

Fixed in 565374a