SVT svt_err_check_stats_cov Class Member List

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


 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 )   
 svt_err_check_stats_cov   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 )   
 svt_err_check_stats_cov  protected bit  enable_fail_cov = svt_err_check_stats_cov; Enables the "fail" bins of the status covergroup  
 svt_err_check_stats_cov  protected bit  enable_pass_cov = svt_err_check_stats_cov; Enables the "pass" bins of the status covergroup  
 uvm_object   function string  get_full_name ( )   
 uvm_object  static  function int  get_inst_count ( )   
 uvm_object   function int  get_inst_id ( )   
 uvm_object   function string  get_name ( )   
 svt_err_check_stats_cov  virtual  function uvm_object_wrapper  get_object_type ( )   
 svt_err_check_stats_cov  static  function type_id  get_type ( )   
 svt_err_check_stats_cov  virtual  function string  get_type_name ( )   
 svt_err_check_stats_cov  static bit  initial_enable_fail_cov = 1; Value used to initialize the enable_fail_cov field when the next cov instance is created.  
 svt_err_check_stats_cov  static bit  initial_enable_pass_cov = 0; Value used to initialize the enable_pass_cov field when the next cov instance is created.  
 uvm_object  static protected int  m_inst_count  
 svt_err_check_stats_cov   function void  new ( string name = "", bit enable_covergroup = 1 )  CONSTRUCTOR: Creates a new instance of the svt_err_check_stats_cov class.  
 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 )   
 svt_err_check_stats_cov   function void  sample_status ( bit status_bit, string message = "" )  Method to update the sample value for the covergroup.  
 svt_err_check_stats_cov   function void  set_enable_fail_cov ( bit enable_fail_cov )  Sets the "enable_fail_cov" bit for the "status" covergroup.  
 svt_err_check_stats_cov   function void  set_enable_pass_cov ( bit enable_pass_cov )  Sets the "enable_pass_cov" bit for the "status" covergroup.  
 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 )   
 svt_err_check_stats_cov   function void  set_unique_id ( string unique_id )  Method to set the instance name for any covergroup contained in this class, based on the unique_id provided as a representation of the associated check.  
 svt_err_check_stats_cov   function void  shape_cov ( )   
 uvm_object   function string  sprint ( uvm_printer printer = null )   
 svt_err_check_stats_cov  covergroup  status  Covergroup which would indicate the pass and fail hits for a particular svt_err_check_stats. 
 svt_err_check_stats_cov  protected bit  status_bit The value being covered  
 svt_err_check_stats_cov  typedef  type_id   
 svt_err_check_stats_cov  static const string  type_name = "svt_err_check_stats_cov";  
 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  static bit  use_uvm_seeding = 1;  
 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 )