Signal name | Description |
CLK_I | Wishbone clock signal |
RST_I | Wishbone reset signal |
CYC_I | Wishbone cycle signal. High value frames blocks of access |
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 |
SEL_I(bus_width/8-1..0) | Wishbone byte-selection signals |
ADR_I(addr_width*-1..0) | Wishbone address bus signals |
DAT_I(bus_width-1..0) | Wishbone data bus input (to slave direction) signals |
DAT_O(bus_width-1..0) | Wishbone data bus output (to master direction) signals |
DAT_OI(bus_width-1..0) | WhisboneTK data bus chain input signal |
RST_VAL(width-1..0) | Value written to the register upon reset |
Q(width-1..0) | Output value of the register |