[docs] update XBUS/Wishbone figures

This commit is contained in:
stnolting 2024-04-15 22:12:13 +02:00
parent e5b05ea990
commit ff42748479
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/figures/xbus_read.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
docs/figures/xbus_write.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -5,8 +5,8 @@
{name: 'xbus_dat_o', wave: 'x....|.x.'},
{name: 'xbus_we_o', wave: 'x0...|.x.'},
{name: 'xbus_sel_o', wave: 'x....|.x.'},
{name: 'xbus_stb_o', wave: '01...|.0.'},
{name: 'xbus_stb_o', wave: '010..|...'},
{name: 'xbus_cyc_o', wave: '01...|.0.'},
{name: 'xbus_ack_i', wave: '0....|10.'},
{name: 'xbus_err_i', wave: '0....|...'},
{name: 'xbus_ack_i', wave: 'x0...|1x.'},
{name: 'xbus_err_i', wave: 'x0...|.x.'},
]}

View file

@ -7,6 +7,6 @@
{name: 'xbus_sel_o', wave: 'x3...|.x.', data: ['byte_enable']},
{name: 'xbus_stb_o', wave: '010..|...'},
{name: 'xbus_cyc_o', wave: '01...|.0.'},
{name: 'xbus_ack_i', wave: '0....|10.'},
{name: 'xbus_err_i', wave: '0....|...'},
]}
{name: 'xbus_ack_i', wave: 'x0...|1x.'},
{name: 'xbus_err_i', wave: 'x0...|.x.'},
]}