Typedef axi_r_chan_t

typedef struct packed {                                     
    id_t            id;                                       
    data_t          data;                                     
    axi_pkg::resp_t resp;                                     
    logic           last;                                     
    user_t          user;                                     
  } axi_r_chan_t;