Commit Graph

1 Commits

Author SHA1 Message Date
Sean Anderson 5f331a403c Add UART-WIshbone bridge
Add a basic bridge for debugging. It's around 50% efficient, but this
could be increased to 66% with the addition of some FIFOs. The limiting
factor is the constant overhead of the request/status bytes. If we used
a wider bus, we could get better efficiency.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-03-05 14:59:24 -05:00