Typedef w_dp_rsp_t
typedef struct packed {
axi_pkg::resp_t resp;
user_t user;
} w_dp_rsp_t;
The datapath write response type provides feedback from the write part of the datapath:
-
resp: The response from the B channel of the AXI4 manager interface -
user: The user field from the B channel of the AXI4 manager interface