| Signal name | Description |
| CLK_I | Wishbone clock signal |
| CYC_I | Wishbone active cycle indication signal. High value indicates an active Wishbone cycle on the bus |
| STB_I | Wishbone strobe signal. High value indicates cycle to this particular device |
| WE_I | Wishbone write enable signal. High indicates data flowing from master to slave |
| ACK_O | Wishbone acknowledge signal. High indicates that slave finished operation sucessfully |
| ACK_OI | WhisboneTK acknowledge chain input signal |
| ADR_I(addr_width-1..0) | Wishbone address bus signals |
| DAT_I(data_width-1..0) | Wishbone data bus input (to slave direction) signals |
| DAT_O(data_width-1..0) | Wishbone data bus output (to master direction) signals |
| DAT_OI(data_width-1..0) | WhisboneTK data bus chain input signal |