Module axi_to_axi_lite_id_reflect
Parameters
AxiIdWidth: int unsigned
AxiMaxWriteTxns: int unsigned
AxiMaxReadTxns: int unsigned
FallThrough: bit
full_req_t: type
full_resp_t: type
lite_req_t: type
lite_resp_t: type
Ports
clk_i: input logic
rst_ni: input logic
test_i: input logic
slv_req_i: input full_req_t
slv_resp_o: output full_resp_t
mst_req_o: output lite_req_t
mst_resp_i: input lite_resp_t
Types
id_t |