xil_axi_read_beat

XIL AXI read beat class. Single bus beat for the READ channel. It inherits all the member and methods of xil_axi_resp_beat.

Functions
new
function new(
input string name "xil_axi_read_beat"
);

Constructor to create a new xil_axi_read_beat. ~name~ is the name of the instance.

set_data_size
virtual function void set_data_size(
input xil_axi_uint update
);

Sets the data size of the xil_axi_read_beat.

get_data_size
virtual function xil_axi_uint get_data_size();

Returns the data size of the xil_axi_read_beat.

copy
function void copy(
xil_axi_read_beat rhs
);

Copies the contents of the input xil_axi_read_beat to the current xil_axi_read_beat.

my_clone
virtual function xil_axi_read_beat my_clone();

Clones the current xil_axi_read_beat and returns a handle to the new xil_axi_read_beat.

convert2string
virtual function string convert2string();

Returns string with last,data,size and user information of xil_axi_read_beat.