xil_axi_channel_beat_base

XIL AXI Channel Beat Base class, single bus beat for the Write Channel.  It inherits all the methods of xil_sequence_item

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

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

trigger_accepted
virtual function void trigger_accepted(
input time now,
input xil_axi_ulong now_cycle 
);

Sets accepted and accepted_cycle of xil_axi_channel_beat_base

get_accepted_time
virtual function time get_accepted_time();

Returns accepted of xil_axi_channel_beat_base

get_accepted_cycle
virtual function xil_axi_ulong get_accepted_cycle();

Returns accepted_cycle of xil_axi_channel_beat_base