SVT uvm_start_of_simulation_phase Class Member List

This is the complete list of members for class uvm_start_of_simulation_phase, including all inherited members.


 uvm_phase   function void  add ( uvm_phase phase, uvm_phase with_phase = null, uvm_phase after_phase = null, uvm_phase before_phase = null )   
 uvm_phase   function void  clear ( uvm_phase_state state = UVM_PHASE_DORMANT )   
 uvm_phase   function void  clear_successors ( uvm_phase_state state = UVM_PHASE_DORMANT, uvm_phase end_state = null )   
 uvm_object   function uvm_object  clone ( )   
 uvm_object   function bit  compare ( uvm_object rhs, uvm_comparer comparer = null )   
 uvm_phase   function string  convert2string ( )   
 uvm_object   function void  copy ( uvm_object rhs )   
 uvm_object  virtual  function uvm_object  create ( string name = "" )   
 uvm_object   function bit  do_compare ( uvm_object rhs, uvm_comparer comparer )   
 uvm_object   function void  do_copy ( uvm_object rhs )   
 uvm_object   function void  do_pack ( uvm_packer packer )   
 uvm_object   function void  do_print ( uvm_printer printer )   
 uvm_object   function void  do_record ( uvm_recorder recorder )   
 uvm_object   function void  do_unpack ( uvm_packer packer )   
 uvm_phase   function void  drop_objection ( uvm_object obj, string description = "", int count = 1 )   
 uvm_start_of_simulation_phase  virtual  function void  exec_func ( uvm_component comp, uvm_phase phase )   
 uvm_bottomup_phase  virtual  function void  execute ( uvm_component comp, uvm_phase phase )   
 uvm_phase  virtual  task  exec_task ( uvm_component comp, uvm_phase phase )   
 uvm_phase   function uvm_phase  find ( uvm_phase phase, bit stay_in_scope = 1 )   
 uvm_phase   function uvm_phase  find_by_name ( string name, bit stay_in_scope = 1 )   
 uvm_start_of_simulation_phase  static  function uvm_start_of_simulation_phase  get ( )   
 uvm_phase   function uvm_phase  get_begin_node ( )   
 uvm_phase   function uvm_domain  get_domain ( )   
 uvm_phase   function string  get_domain_name ( )   
 uvm_phase   function uvm_phase  get_end_node ( )   
 uvm_phase   function string  get_full_name ( )   
 uvm_phase   function uvm_phase  get_imp ( )   
 uvm_object  static  function int  get_inst_count ( )   
 uvm_object   function int  get_inst_id ( )   
 uvm_phase   function uvm_phase  get_jump_target ( )   
 uvm_object   function string  get_name ( )   
 uvm_phase   function uvm_objection  get_objection ( )   
 uvm_object   function uvm_object_wrapper  get_object_type ( )   
 uvm_phase   function uvm_phase  get_parent ( )   
 uvm_phase   function uvm_phase_type  get_phase_type ( )   
 uvm_phase   function unsigned int  get_ready_to_end_count ( )   
 uvm_phase   function int  get_run_count ( )   
 uvm_phase   function uvm_phase  get_schedule ( bit hier = 0 )   
 uvm_phase   function string  get_schedule_name ( bit hier = 0 )   
 uvm_phase   function uvm_phase_state  get_state ( )   
 uvm_object  static  function uvm_object_wrapper  get_type ( )   
 uvm_start_of_simulation_phase  virtual  function string  get_type_name ( )   
 uvm_phase   function bit  is ( uvm_phase phase )   
 uvm_phase   function bit  is_after ( uvm_phase phase )   
 uvm_phase   function bit  is_before ( uvm_phase phase )   
 uvm_phase   function bit  is_domain ( )   
 uvm_phase   function void  jump ( uvm_phase phase )   
 uvm_phase  static  function void  jump_all ( uvm_phase phase )   
 uvm_phase   function void  kill ( )   
 uvm_phase   function void  kill_successors ( )   
 uvm_phase  protected uvm_phase  m_end_node  
 uvm_phase  static protected bit  m_executing_phases [ uvm_phase ]  
 uvm_phase   function uvm_phase  m_find_predecessor ( uvm_phase phase, bit stay_in_scope = 1, uvm_phase orig_phase = null )   
 uvm_phase   function uvm_phase  m_find_predecessor_by_name ( string name, bit stay_in_scope = 1, uvm_phase orig_phase = null )   
 uvm_phase   function uvm_phase  m_find_successor ( uvm_phase phase, bit stay_in_scope = 1, uvm_phase orig_phase = null )   
 uvm_phase   function uvm_phase  m_find_successor_by_name ( string name, bit stay_in_scope = 1, uvm_phase orig_phase = null )   
 uvm_phase  virtual  function void  m_get_transitive_children ( ref uvm_phase phases[$] )   
 uvm_phase  int unsigned  max_ready_to_end_iter = 20;  
 uvm_phase  uvm_phase  m_imp  
 uvm_object  static protected int  m_inst_count  
 uvm_phase  int  m_num_procs_not_yet_returned  
 uvm_phase  protected uvm_phase  m_parent  
 uvm_phase  static protected bit  m_phase_trace  
 uvm_phase  protected uvm_phase_type  m_phase_type  
 uvm_phase  protected bit  m_predecessors [ uvm_phase ]  
 uvm_phase   function void  m_print_successors ( )   
 uvm_phase  static  task  m_run_phases ( )   
 uvm_phase  protected bit  m_successors [ uvm_phase ]  
 uvm_start_of_simulation_phase  protected  function void  new ( string name = "start_of_simulation" )   
 uvm_object   function int  pack ( ref bit bitstream[], input uvm_packer packer )   
 uvm_object   function int  pack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer )   
 uvm_object   function int  pack_ints ( ref int unsigned intstream[], input uvm_packer packer )   
 uvm_phase  uvm_objection  phase_done  
 uvm_object   function void  print ( uvm_printer printer = null )   
 uvm_phase   function void  raise_objection ( uvm_object obj, string description = "", int count = 1 )   
 uvm_object   function void  record ( uvm_recorder recorder = null )   
 uvm_object   function void  set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 )   
 uvm_object   function void  set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 )   
 uvm_object   function void  set_string_local ( string field_name, string value, bit recurse = 1 )   
 uvm_object   function string  sprint ( uvm_printer printer = null )   
 uvm_phase   function void  sync ( uvm_domain target, uvm_phase phase = null, uvm_phase with_phase = null )   
 uvm_bottomup_phase  virtual  function void  traverse ( uvm_component comp, uvm_phase phase, uvm_phase_state state )   
 uvm_start_of_simulation_phase  static const string  type_name = "uvm_start_of_simulation_phase";  
 uvm_object   function int  unpack ( ref bit bitstream[], input uvm_packer packer )   
 uvm_object   function int  unpack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer )   
 uvm_object   function int  unpack_ints ( ref int unsigned intstream[], input uvm_packer packer )   
 uvm_phase   function void  unsync ( uvm_domain target, uvm_phase phase = null, uvm_phase with_phase = null )   
 uvm_object  static bit  use_uvm_seeding = 1;  
 uvm_phase   task  wait_for_state ( uvm_phase_state state, uvm_wait_op op = UVM_EQ )   
 uvm_object   function void  __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ )   
 uvm_object  static uvm_status_container  __m_uvm_status_container = new;  
 uvm_object  protected virtual  function uvm_report_object  m_get_report_object ( )   
 uvm_object   function void  reseed ( )   
 uvm_object   function void  set_name ( string name )