XIL AXI cmd beat class. Single bus beat for the CMD channel, it inherits all the member and methods of xil_axi_channel_beat_base. It includes read/write, addr, id, burst, len, size, lock, cache, prot,region,qos,user
function new( |
| ); |
Constructor to create a new xil_axi_cmd_beat. ~name~ is the name of the instance.
function void copy( |
| ); |
Copies the contents of the input xil_axi_cmd_beat to the current xil_axi_cmd_beat.
Clones the current xil_axi_cmd_beat and returns a handle to the new xil_axi_cmd_beat.
Returns string with direction name,addr,id,len,size and user information of the xil_axi_cmd_beat.
function void set_user( |
| ); |
Sets user of the xil_axi_cmd_beat.