uart: add BridgedUart
authorSean Cross <sean@xobs.io>
Sun, 12 Jan 2020 09:52:42 +0000 (19:52 +1000)
committerSean Cross <sean@xobs.io>
Sun, 12 Jan 2020 09:52:42 +0000 (19:52 +1000)
commit5079a3c32e45d026eefa22d922b2dc58b9edacd8
treecaaf1916629d25d01628a02304b927df65452662
parentf70dd48279cdb54e5da715d4d5f7a743ee2c370d
uart: add BridgedUart

This version of the UART adds a second, compatible UART after
the first.  This maintians software compatibility, and allows a
program running on the other side of the litex bridge to act as
a terminal emulator by manually reading and writing the second
UART.

Signed-off-by: Sean Cross <sean@xobs.io>
litex/soc/cores/uart.py