// Can be used to associate sub-sequences and sequence items as// child transactions when calling <uvm_component::begin_child_tr>.functionintegerget_tr_handle();if(m_tr_recorder!=null)returnm_tr_recorder.get_handle();elsereturn0;endfunction//--------------------------// Group: Sequence Execution//--------------------------// Task: start//// Executes this sequence, returning when the sequence has completed.
// Can be used to associate sub-sequences and sequence items as// child transactions when calling <uvm_component::begin_child_tr>.functionintget_tr_handle();if(m_tr_recorder!=null)returnm_tr_recorder.get_handle();elsereturn0;endfunction//--------------------------// Group -- NODOCS -- Sequence Execution//--------------------------// Task -- NODOCS -- start//// Executes this sequence, returning when the sequence has completed.