Typedef r_dp_rsp_t
typedef struct packed { axi_pkg::resp_t resp; logic last; logic first; } r_dp_rsp_t;
The datapath read response type provides feedback from the read part of the datapath:
-
resp
: The response from the R channel of the AXI4 manager interface -
last
: The last flag from the R channel of the AXI4 manager interface -
first
: Is the current item first beat in the burst