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
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
In UartProperties.v, uart_putchar has a precondition
execution t IDLE
which means that the state needs to beIDLE
.However, this isn't necessarily required as you can write to
WDATA
as long as the FIFO is not full (i.e.,uart_tx_full
returns0
). #888https://github.com/project-oak/silveroak/pull/888/files/e4726f92f4731ac63f4e06d952f32f54863d99f1#diff-d9411a34f7afad9c8a02c00eddb68b70ce66fe2bb82e348da435351876b3fcb0
The text was updated successfully, but these errors were encountered: