Typedef err_payload_t
typedef struct packed {
axi_pkg::resp_t cause;
idma_pkg::err_type_t err_type;
addr_t burst_addr;
} err_payload_t;
1D iDMA response payload:
-
cause: the AXI response -
err_type: type of the error: read, write, internal, … -
burst_addr: the burst address where the issue error occurred