Typedef mux_r_t
typedef struct packed { mux_id_t id; data_t data; axi_pkg::resp_t resp; logic last; user_t user; } mux_r_t;
R channel after the multiplexer
typedef struct packed { mux_id_t id; data_t data; axi_pkg::resp_t resp; logic last; user_t user; } mux_r_t;
R channel after the multiplexer