Module axi_atop_filter_intf

Interface variant of axi_atop_filter.

Parameters

AXI_ID_WIDTH: int unsigned

AXI ID width

AXI_ADDR_WIDTH: int unsigned

AXI address width

AXI_DATA_WIDTH: int unsigned

AXI data width

AXI_USER_WIDTH: int unsigned

AXI user signal width

AXI_MAX_WRITE_TXNS: int unsigned

Maximum number of in-flight AXI write transactions

Ports

clk_i: input logic

Rising-edge clock of both ports

rst_ni: input logic

Asynchronous reset, active low

slv: AXI_BUS.Slave

Slave interface port

mst: AXI_BUS.Master

Master interface port

Types

id_t
addr_t
data_t
strb_t
user_t
aw_chan_t
w_chan_t
b_chan_t
ar_chan_t
r_chan_t
axi_req_t
axi_resp_t

Signals

slv_req: axi_req_t

mst_req: axi_req_t

slv_resp: axi_resp_t

mst_resp: axi_resp_t