Typedef int_req_t
typedef struct packed { addr_t addr; axi_pkg::prot_t prot; // prot has the exact same bit mapping in AXI4-Lite as In APB v2.0 data_t data; strb_t strb; logic write; } int_req_t;
typedef struct packed { addr_t addr; axi_pkg::prot_t prot; // prot has the exact same bit mapping in AXI4-Lite as In APB v2.0 data_t data; strb_t strb; logic write; } int_req_t;