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.


 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  
 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.  
 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.  
 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.  
 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 ( )   
 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