The procedure cannot handle ganularity other than the width of the bus. It also cannot hadle ERR and RTY handshake signals. Later versions probably will add this functionality.
| Name | Direction | Specification |
|---|---|---|
| CLK_I | IN | Wishbone clock signal |
| ADR_I | OUT | Wishbone address bus |
| DAT_O | IN | Wishbone data bus slave->master direction |
| DAT_I | OUT | Wishbone data bus master->slave direction |
| WE_I | OUT | Wishbone write enable signal |
| CYC_I | OUT | Wishbone active bus-cycle signal |
| STB_I | OUT | Wishbone strobe signal |
| ACK_O | IN | Wishbone acknowledge signal |
| ADDR | IN | Address to write to / read from |
| DATA | IN | Data to be written / checked against |
The procedure cannot handle ganularity other than the width of the bus. It also cannot hadle ERR and RTY handshake signals. Later versions probably will add this functionality.
| Name | Direction | Specification |
|---|---|---|
| CLK_I | IN | Wishbone clock signal |
| ADR_I | OUT | Wishbone address bus |
| DAT_O | IN | Wishbone data bus slave->master direction |
| DAT_I | OUT | Wishbone data bus master->slave direction |
| WE_I | OUT | Wishbone write enable signal |
| CYC_I | OUT | Wishbone active bus-cycle signal |
| STB_I | OUT | Wishbone strobe signal |
| ACK_O | IN | Wishbone acknowledge signal |
| ADDR | IN | Address to write to |
| DATA | IN | Data to be written |
The procedure cannot handle ganularity other than the width of the bus. It also cannot hadle ERR and RTY handshake signals. Later versions probably will add this functionality.
| Name | Direction | Specification |
|---|---|---|
| CLK_I | IN | Wishbone clock signal |
| ADR_I | OUT | Wishbone address bus |
| DAT_O | IN | Wishbone data bus slave->master direction |
| DAT_I | OUT | Wishbone data bus master->slave direction |
| WE_I | OUT | Wishbone write enable signal |
| CYC_I | OUT | Wishbone active bus-cycle signal |
| STB_I | OUT | Wishbone strobe signal |
| ACK_O | IN | Wishbone acknowledge signal |
| ADDR | IN | Address to read from |
| DATA | OUT | Returns data read from the Wishbone bus |
The procedure cannot handle ganularity other than the width of the bus. It also cannot hadle ERR and RTY handshake signals. Later versions probably will add this functionality.
| Name | Direction | Specification |
|---|---|---|
| CLK_I | IN | Wishbone clock signal |
| ADR_I | OUT | Wishbone address bus |
| DAT_O | IN | Wishbone data bus slave->master direction |
| DAT_I | OUT | Wishbone data bus master->slave direction |
| WE_I | OUT | Wishbone write enable signal |
| CYC_I | OUT | Wishbone active bus-cycle signal |
| STB_I | OUT | Wishbone strobe signal |
| ACK_O | IN | Wishbone acknowledge signal |
| ADDR | IN | Address to read from |
| DATA | IN | Data to be checked against |