xil_axi_data_channel_beat_base

XIL AXI data channel beat base object, it inherits all the methods and member from xil_axi_channel_beat_base

Functions
new
function new(
input string name = "unnamed_xil_axi_data_channel_beat_base"
);

Constructor to create a new xil_axi_data_channel_beat_base

set_user
function void set_user(
input xil_axi_uint width,
input xil_axi_user_beat in
);

Sets user of the xil_axi_data_channel_beat_base

get_user
function xil_axi_user_beat get_user();

Returns the user of the xil_axi_data_channel_beat_base

set_user_size
virtual function void set_user_size(
input xil_axi_uint update
);

Sets user size of the xil_axi_data_channel_beat_base

get_user_size
virtual function xil_axi_uint get_user_size();

Returns user size of the xil_axi_data_channel_beat_base