Skip to content

Commit

Permalink
[docs] XBUS: add Wishbone "classic" protocol note
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Apr 21, 2024
1 parent 19363d3 commit 22ad160
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/datasheet/soc_xbus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ image::xbus_write.png[700]
.XBUS/Wishbone Read Transaction
image::xbus_read.png[700]

.Wishbone "Classic" Protocol
[IMPORTANT]
Native support for the "classic" Wishbone protocol has been deprecated.
However, classic mode can still be _emulated_ by connecting the processor's `xbus_cyc_o` directly to the
device's / bus system's `cyc` and `stb` signals (omitting the processor's `xbus_stb_o` signal).

.Endianness
[NOTE]
Just like the processor itself the XBUS interface uses **little-endian** byte order.
Expand Down

0 comments on commit 22ad160

Please sign in to comment.