Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target/sim: Correctly handle empty UART lines (pulp-platform#141)
Currently, printing empty lines (back-to-back `\n`s) causes Questasim to crash while attempting to stream the empty `uart_read_buf`. Fix this by checking if `uart_read_buf` is empty. Signed-off-by: Nils Wistoff <[email protected]>
- Loading branch information