Typedef axi_w_t
typedef struct packed {
axi_data_t data;
axi_strb_t strb;
logic last;
axi_user_t user;
} axi_w_t;