| Signal name | Description |
| Signals to connect to the pixel memory master |
| 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 |
| ERR_O | Wishbone error signal. High indicates that slave cannot complete the last cycle in the block. |
| ERR_OI | WhisboneTK error chain input signal |
| ADR_I(cpu_adr_width-1..0) | Wishbone address bus signals |
| DAT_I(cpu_dat_width-1..0) | Wishbone data bus input (to slave direction) signals |
| DAT_O(cpu_dat_width-1..0) | Wishbone data bus output (to master direction) signals |
| DAT_OI(cpu_dat_width-1..0) | WhisboneTK data bus chain input signal |
| Non Wishbone signals |
| BLANK | Blanking input signal. If active (high) output is forced to all 0s |
| V_DAT_I(v_adr_width-1 DOWNTO 0) | Palettized data input |
| V_DAT_O(v_dat_width-1 DOWNTO 0) | True-color data output |