diff --git a/doc/uart_wb_bridge.adoc b/doc/uart_wb_bridge.adoc index dbb570d..cc58e51 100644 --- a/doc/uart_wb_bridge.adoc +++ b/doc/uart_wb_bridge.adoc @@ -13,26 +13,26 @@ The UART protocol uses a request/response format. Each wishbone transaction corresponds to one request and one response. Each request begins with a command byte; an optional, variable-length address; and some data if the request is a write. Each response begins with a status byte, followed by some data if the -request was a read. The following diagram shows a successful read: +request was a read. The following diagram shows a successful 16-bit read: ++++ ++++ -Similarly, this diagram shows a successful write: +Similarly, this diagram shows a successful 32-bit write: ++++