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