| Signal name | Description |
| WAIT_STATE(3..0) | Number of wait-states to generate. 0 means 1 access and one deactivation cycle, no wait-states. |
| CLK_I | Wishbone clock signal |
| RST_I | Wishbone reset signal |
| 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(width-1..0) | Wishbone data bus input (to slave direction) signals |
| DAT_O(width-1..0) | Wishbone data bus output (to master direction) signals |
| DAT_OI(width-1..0) | WhisboneTK data bus chain input signal |
| SEL_I(addr_width/8-1..0) | Wishbone byte-selection signals |
| Aysncronous interfce signals |
| A_DATA(width-1..0) | Bidirectional data bus signals |
| A_ADDR(addr_width-1..0) | Address bus output signals |
| A_RDN | Active low read signal |
| A_WRN | Active low write signal |
| A_CEN | Active low chip-select signal |
| A_BYEN(addr_width/8-1..0) | Active-low byte-enable signals |