SVT svt_err_catcher Class Member List

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


 svt_report_catcher  enum  action_e   
 svt_report_catcher  typedef  action_e   
 svt_err_catcher   function void  add_message_id_to_demote ( string id, int limit = 0 )  Adds a new regex entry that will be used to match against the message ID of every ERROR and WARNING message.  
 svt_err_catcher   function void  add_message_text_to_demote ( string msg, int limit = 0 )  Adds a new regex entry that will be used to match against the message text of every ERROR and WARNING message.  
 svt_report_catcher   function void  append ( )   
 svt_err_catcher   function action_e  catch ( )  UVM/OVM catch method implementation  
 svt_report_catcher  enum value  CAUGHT   
 ovm_object   function ovm_object  clone ( )   
 ovm_object   function bit  compare ( ovm_object rhs, ovm_comparer comparer = null )   
 ovm_object   function string  convert2string ( )   
 ovm_object   function void  copy ( ovm_object rhs )   
 svt_err_catcher   function ovm_object  create ( string name = "" )   
 svt_report_catcher   function void  delete ( )   
 svt_report_catcher  static  function void  delete_all ( )   
 svt_err_catcher  protected int  demoted_id_count [string] Array to store the number of times that a particular message id has been demoted. 
 svt_err_catcher  protected int  demoted_id_limit [string] Array to store the number of times that a particular WARNING message will be demoted before the message filter is disabled. 
 svt_err_catcher  protected int  demoted_messages_count [string] Array to store the number of times that a particular message text has been demoted. 
 svt_err_catcher  protected int  demoted_messages_limit [string] Array to store the number of times that a particular ERROR message will be demoted before the message filter is disabled. 
 ovm_object   function bit  do_compare ( ovm_object rhs, ovm_comparer comparer )   
 ovm_object   function void  do_copy ( ovm_object rhs )   
 ovm_object   function void  do_pack ( ovm_packer packer )   
 ovm_object   function void  do_print ( ovm_printer printer )   
 ovm_object   function void  do_record ( ovm_recorder recorder )   
 ovm_object   function string  do_sprint ( ovm_printer printer )   
 ovm_object   function void  do_unpack ( ovm_packer packer )   
 svt_report_catcher   function ovm_action  get_action ( )  Function: get_action  
 svt_report_catcher   function ovm_report_object  get_client ( )  Function: get_client  
 svt_err_catcher   function int  get_demoted_id_count ( string id )  Returns the number of times that a message ID has been demoted.  
 svt_err_catcher   function int  get_demoted_id_limit ( string id )  Returns the demotion limit that has been set up for this message ID.  
 svt_err_catcher   function int  get_demoted_messages_count ( string msg )  Returns the number of times that a message has been demoted.  
 svt_err_catcher   function int  get_demoted_messages_limit ( string msg )  Returns the demotion limit that has been set up for this message text.  
 svt_report_catcher   function string  get_fname ( )  Function: get_fname  
 ovm_object   function string  get_full_name ( )   
 svt_report_catcher   function string  get_id ( )  Function: get_id  
 svt_err_catcher   function string_q_t  get_ids_to_demote ( )  Returns the queue of message ID entries that have been submitted.  
 ovm_object  static  function int  get_inst_count ( )   
 ovm_object   function int  get_inst_id ( )   
 svt_report_catcher   function int  get_line ( )  Function: get_line  
 svt_report_catcher   function string  get_message ( )  Function: get_message  
 svt_err_catcher   function string_q_t  get_messages_to_demote ( )  Returns the queue of message text entries that have been submitted.  
 ovm_object   function string  get_name ( )   
 svt_err_catcher  virtual  function ovm_object_wrapper  get_object_type ( )   
 svt_report_catcher   function ovm_severity  get_severity ( )  Function: get_severity  
 svt_err_catcher  static  function type_id  get_type ( )   
 svt_err_catcher  virtual  function string  get_type_name ( )   
 svt_report_catcher   function int  get_verbosity ( )  Function: get_verbosity  
 svt_err_catcher  protected string_q_t  ids_to_demote Queue that contains regex expressions to identify message ID to be demoted. Multiple messages can be demoted by pushing multiple values to the queue. 
 svt_err_catcher  protected string_q_t  ids_to_demote_removed ids_to_demote entries that have been removed via a call to remove_message_id_to_demote. These are retained so that they can be used to summarize the report catcher activity. 
 svt_err_catcher  protected bit  ids_to_demote_removed_limit_check [string] Flag that determines whether the limit check should be executed on message ID entries that have been removed. 
 ovm_object  static  function ovm_status_container  init_status ( )   
 svt_report_catcher  bit  is_on  
 svt_report_catcher  protected  function void  issue ( )  Function: issue Immediately issues the message which is currently being processed. This is useful if the message is being ~CAUGHT~ but should still be emitted.  
 svt_err_catcher  protected string_q_t  messages_to_demote Queue that contains regex expressions to identify message text to be demoted. Multiple messages can be demoted by pushing multiple values to the queue. 
 svt_err_catcher  protected string_q_t  messages_to_demote_removed messages_to_demote entries that have been removed via a call to remove_message_text_to_demote. These are retained so that they can be used to summarize the report catcher activity. 
 svt_err_catcher  protected bit  messages_to_demote_removed_limit_check [string] Flag that determines whether the limit check should be executed on message text entries that have been removed. 
 ovm_object  static protected  function void  m_delete_field_array ( )   
 ovm_object  protected  function int  m_do_data ( string arg, inout ovm_bitstream_t lhs, input ovm_bitstream_t rhs, int what, int bits, int flag )   
 ovm_object  protected  function int  m_do_data_object ( string arg, inout ovm_object lhs, input ovm_object rhs, int what, int flag )   
 ovm_object  protected  function int  m_do_data_real ( string arg, inout real lhs, input real rhs, int what, int flag )   
 ovm_object  protected  function int  m_do_data_string ( string arg, inout string lhs, input string rhs, int what, int flag )   
 ovm_object  protected  function void  m_do_field_check ( string field )   
 ovm_object  protected  function int  m_do_set ( string match, string arg, inout ovm_bitstream_t lhs, input int what, int flag )   
 ovm_object  protected  function int  m_do_set_object ( string match, string arg, inout ovm_object lhsobj, input int what, int flag )   
 ovm_object  protected  function int  m_do_set_string ( string match, string arg, inout string lhs, input int what, int flag )   
 ovm_object  static protected int  m_field_array [string]  
 ovm_object   function void  m_field_automation ( ovm_object tmp_data__, int what__, string str__ )   
 ovm_object  protected  function string  m_get_function_type ( int what )   
 ovm_object  protected virtual  function ovm_report_object  m_get_report_object ( )   
 ovm_object  static  function ovm_status_container  m_get_status ( )   
 ovm_object  static protected int  m_inst_count = 0;  
 ovm_object  protected  function void  m_record_field_object ( string arg, ovm_object value, ovm_recorder recorder = null, int flag = OVM_DEFAULT )   
 ovm_object  static protected ovm_status_container  m_sc = init_status;  
 svt_err_catcher   function void  new ( string name = "svt_err_catcher" )  Constructor  
 svt_report_catcher  protected  function void  ovm_report_error ( string id, string message, int verbosity, string fname = "", int line = 0 )  Function: ovm_report_error  
 svt_report_catcher  protected  function void  ovm_report_fatal ( string id, string message, int verbosity, string fname = "", int line = 0 )  Function: ovm_report_fatal  
 svt_report_catcher  protected  function void  ovm_report_info ( string id, string message, int verbosity, string fname = "", int line = 0 )  Function: ovm_report_info  
 svt_report_catcher  protected  function void  ovm_report_warning ( string id, string message, int verbosity, string fname = "", int line = 0 )  Function: ovm_report_warning  
 ovm_object   function int  pack ( ref bit bitstream[], input ovm_packer packer )   
 ovm_object   function int  pack_bytes ( ref byte unsigned bytestream[], input ovm_packer packer )   
 ovm_object   function int  pack_ints ( ref int unsigned intstream[], input ovm_packer packer )   
 svt_report_catcher   function void  prepend ( )   
 ovm_object   function void  print ( ovm_printer printer = null )   
 ovm_object  static  function void  print_field_match ( string fnc, string match )   
 ovm_object  static bit  print_matches = 0;  
 svt_report_catcher  static  function int  process_all_report_catchers ( input ovm_report_server server, input ovm_report_object client, ref ovm_severity severity, input string name, ref string id, ref string message, ref int verbosity_level, ref ovm_action action, input string filename, input int line )  process_all_report_catchers method called by report_server.report to process catchers 
 ovm_object   function void  record ( ovm_recorder recorder = null )   
 svt_err_catcher   function void  remove_message_id_to_demote ( string id, bit retain_limit_check = 0 )  Removes an existing entry from the message ID to demote queue. The string value must be an exact match for an existing entry or an error message is generated.  
 svt_err_catcher   function void  remove_message_text_to_demote ( string msg, bit retain_limit_check = 0 )  Removes an existing entry from the message text to demote queue. The string value must be an exact match for an existing entry or an error message is generated.  
 svt_err_catcher   function bit  report ( bit silent = 0 )  Analyzes all expected message and ID demotions and returns 1 if all expected messages were demoted, and 0 if any expected messages were not detected.  
 ovm_object   function void  reseed ( )   
 svt_report_catcher  protected  function void  set_action ( ovm_action action )  Function: set_action  
 svt_report_catcher  protected  function void  set_id ( string id )  Function: set_id  
 ovm_object   function void  set_int_local ( string field_name, ovm_bitstream_t value, bit recurse = 1 )   
 svt_report_catcher  protected  function void  set_message ( string message )  Function: set_message  
 ovm_object   function void  set_name ( string name )   
 ovm_object   function void  set_object_local ( string field_name, ovm_object value, bit clone = 1, bit recurse = 1 )   
 svt_report_catcher  protected  function void  set_severity ( ovm_severity severity )  Function: set_severity  
 ovm_object   function void  set_string_local ( string field_name, string value, bit recurse = 1 )   
 svt_report_catcher  protected  function void  set_verbosity ( int verbosity )  Function: set_verbosity  
 ovm_object   function string  sprint ( ovm_printer printer = null )   
 svt_err_catcher  typedef  string_q_t   
 svt_report_catcher  static  function void  summarize_report_catcher ( OVM_FILE file )  Function: summarize_report_catcher  
 svt_report_catcher  enum value  THROW   
 svt_err_catcher  typedef  type_id   
 svt_err_catcher  static const string  type_name = "svt_err_catcher";  
 svt_report_catcher  enum value  UNKNOWN_ACTION   
 ovm_object   function int  unpack ( ref bit bitstream[], input ovm_packer packer )   
 ovm_object   function int  unpack_bytes ( ref byte unsigned bytestream[], input ovm_packer packer )   
 ovm_object   function int  unpack_ints ( ref int unsigned intstream[], input ovm_packer packer )   
 ovm_object  static bit  use_ovm_seeding = 1;