Module axi_rw_join

Joins a read and a write slave into one single read / write master

Connects the ar and r channel of the read slave to the read / write master

and the aw, w and b channel of the write slave to the read / write master

Parameters

axi_req_t: type

axi_resp_t: type

Ports

clk_i: input logic

rst_ni: input logic

slv_read_req_i: input axi_req_t

slv_read_resp_o: output axi_resp_t

slv_write_req_i: input axi_req_t

slv_write_resp_o: output axi_resp_t

mst_req_o: output axi_req_t

mst_resp_i: input axi_resp_t