Typedef protocol_e
typedef enum logic[2:0] {
AXI = 'd0,
OBI = 'd1,
AXILITE = 'd2,
TILELINK = 'd3,
INIT = 'd4,
AXI_STREAM = 'd5
} protocol_e;
Supported Protocols
-
AXI: Full AXI -
AXILITE: AXI Lite -
OBI: OBI -
TILELINK: TileLink-UH -
INIT: Init protocol -
AXI_STREAM: AXI Stream