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 was archived by the owner on Dec 13, 2022. It is now read-only.
In UartProperties.v, uart_putchar has a precondition
execution t IDLEwhich means that the state needs to beIDLE.However, this isn't necessarily required as you can write to
WDATAas long as the FIFO is not full (i.e.,uart_tx_fullreturns0). #888https://github.com/project-oak/silveroak/pull/888/files/e4726f92f4731ac63f4e06d952f32f54863d99f1#diff-d9411a34f7afad9c8a02c00eddb68b70ce66fe2bb82e348da435351876b3fcb0