Module axi_cdc_dst

Destination-clock-domain half of the AXI CDC crossing.

For each of the five AXI channels, this module instantiates the source or destination half of

a CDC FIFO. IMPORTANT: For each AXI channel, you MUST properly constrain three paths through

the FIFO; see the header of cdc_fifo_gray for instructions.

Parameters

LogDepth: int unsigned

Depth of the FIFO crossing the clock domain, given as 2**LOG_DEPTH.

SyncStages: int unsigned

Number of synchronization registers to insert on the async pointers

aw_chan_t: type

w_chan_t: type

b_chan_t: type

ar_chan_t: type

r_chan_t: type

axi_req_t: type

axi_resp_t: type

Ports

async_data_slave_aw_data_i: input aw_chan_t [2**LogDepth-1:0]

async_data_slave_aw_wptr_i: input logic [LogDepth:0]

async_data_slave_aw_rptr_o: output logic [LogDepth:0]

async_data_slave_w_data_i: input w_chan_t [2**LogDepth-1:0]

async_data_slave_w_wptr_i: input logic [LogDepth:0]

async_data_slave_w_rptr_o: output logic [LogDepth:0]

async_data_slave_b_data_o: output b_chan_t [2**LogDepth-1:0]

async_data_slave_b_wptr_o: output logic [LogDepth:0]

async_data_slave_b_rptr_i: input logic [LogDepth:0]

async_data_slave_ar_data_i: input ar_chan_t [2**LogDepth-1:0]

async_data_slave_ar_wptr_i: input logic [LogDepth:0]

async_data_slave_ar_rptr_o: output logic [LogDepth:0]

async_data_slave_r_data_o: output r_chan_t [2**LogDepth-1:0]

async_data_slave_r_wptr_o: output logic [LogDepth:0]

async_data_slave_r_rptr_i: input logic [LogDepth:0]

dst_clk_i: input logic

dst_rst_ni: input logic

dst_req_o: output axi_req_t

dst_resp_i: input axi_resp_t