XIL AXI read beat class. Single bus beat for the READ channel. It inherits all the member and methods of xil_axi_resp_beat.
function new( |
| ); |
Constructor to create a new xil_axi_read_beat. ~name~ is the name of the instance.
virtual function void set_data_size( |
| ); |
Sets the data size of the xil_axi_read_beat.
Returns the data size of the xil_axi_read_beat.
function void copy( |
| ); |
Copies the contents of the input xil_axi_read_beat to the current xil_axi_read_beat.
Clones the current xil_axi_read_beat and returns a handle to the new xil_axi_read_beat.
Returns string with last,data,size and user information of xil_axi_read_beat.