SVT svt_event_pool Class Member List

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


 svt_event_pool   function void  add ( string key, uvm_event item )  Add a check to ensure that this method is not called directly (use add_ev instead); 
 svt_event_pool   function void  add_ev ( string key, uvm_event item, bit is_on_off = 0, int skip_file = 0 )  Method used to add and event to the pool and to set up logging information. This method should be used instead of the `SVT_XVM(pool)::add method.  
 uvm_object   function uvm_object  clone ( )   
 uvm_object   function bit  compare ( uvm_object rhs, uvm_comparer comparer = null )   
 uvm_object   function string  convert2string ( )   
 uvm_object   function void  copy ( uvm_object rhs )   
 uvm_pool  virtual  function uvm_object  create ( string name = "" )   
 uvm_object_string_pool  virtual  function void  delete ( string key )   
 uvm_object   function bit  do_compare ( uvm_object rhs, uvm_comparer comparer )   
 uvm_pool  virtual  function void  do_copy ( uvm_object rhs )   
 uvm_object   function void  do_pack ( uvm_packer packer )   
 uvm_object_string_pool  virtual  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_pool  virtual  function int  exists ( KEY key )   
 uvm_pool  virtual  function int  first ( ref KEY key )   
 uvm_object_string_pool  virtual  function T  get ( string key )   
 svt_event_pool  static  function bit  get_event_is_off ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to get the 'is_off' state for an event. 
 svt_event_pool  static  function bit  get_event_is_on ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to get the 'is_on' state for an event. 
 svt_event_pool  static  function uvm_object  get_event_trigger_data ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to get the event triger_data. 
 uvm_object   function string  get_full_name ( )   
 uvm_object_string_pool  static  function T  get_global ( string key )   
 uvm_object_string_pool  static  function this_type  get_global_pool ( )   
 uvm_object  static  function int  get_inst_count ( )   
 uvm_object   function int  get_inst_id ( )   
 uvm_object   function string  get_name ( )   
 uvm_object   function uvm_object_wrapper  get_object_type ( )   
 uvm_object  static  function uvm_object_wrapper  get_type ( )   
 uvm_object_string_pool  virtual  function string  get_type_name ( )   
 uvm_pool  virtual  function int  last ( ref KEY key )   
 svt_event_pool   function void  log_to_logger ( int log_file_id, bit events_described, svt_logger logger )  Internal method used to log events. 
 svt_event_pool   function void  mcd_skip_next ( string key, int log_file_id )  Internal method used to log events. 
 uvm_object_string_pool  static protected uvm_object_string_pool  m_global_pool  
 uvm_object  static protected int  m_inst_count  
 svt_event_pool   function void  new ( string name = "svt_event_pool", string suite_name = "", uvm_report_object reporter = null )  CONSTRUCTOR: Creates a new instance of the svt_event_pool class, passing the appropriate argument values to the `SVT_XVM(event_pool) parent class.  
 uvm_pool  virtual  function int  next ( ref KEY key )   
 uvm_pool  virtual  function int  num ( )   
 uvm_pool  protected uvm_barrier  pool [0]  
 uvm_pool  virtual  function int  prev ( ref KEY key )   
 svt_event_pool  uvm_report_object  reporter SVT message macros route messages through this reference  
 svt_event_pool  static  function void  reset_event ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to reset an event. 
 uvm_object_string_pool  typedef  this_type   
 svt_event_pool  static  function void  trigger_event ( uvm_object_string_pool ev_pool, string ev_name, uvm_object data = null )  Static utility method that makes it easy to trigger an event. 
 uvm_object_string_pool  static const string  type_name = { "uvm_obj_str_pool" };  
 uvm_object  static bit  use_uvm_seeding = 1;  
 svt_event_pool  static  task  wait_event_off ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to wait for an event to be 'off'. 
 svt_event_pool  static  task  wait_event_on ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to wait for an event to be 'on'. 
 svt_event_pool  static  task  wait_event_trigger ( uvm_object_string_pool ev_pool, string ev_name )  Static utility method that makes it easy to wait for an event. 
 uvm_object  static uvm_status_container  __m_uvm_status_container = new;  
 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_object   function void  print ( uvm_printer printer = null )   
 uvm_object   function void  record ( uvm_recorder recorder = null )   
 uvm_object   function void  reseed ( )   
 uvm_object   function void  set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 )   
 uvm_object   function void  set_name ( string name )   
 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_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_object   function void  __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ )   
 uvm_object  protected virtual  function uvm_report_object  m_get_report_object ( )