Typedef axi_w_chan_t
typedef struct packed {
data_t data;
strb_t strb;
logic last;
user_t user;
} axi_w_chan_t;