vmm_log_format Class Reference

Inheritance list for class vmm_log_format:

List of all members.
Defined at line 757 of file sv/std_lib/vmm.sv.

Public Member Functions

function string  abort_on_error ( int count, int limit )
function string  continue_msg ( string name, string inst, string msg_typ, string severity, ref string lines )
function string  format_msg ( string name, string inst, string msg_typ, string severity, ref string lines )
function string  pass_or_fail ( bit pass, string name, string inst, int fatals, int errors, int warnings, int dem_errs, int dem_warns )


Member Function Documentation

  function string
 vmm_log_format::abort_on_error

 (  int count, int limit  ) 


Prototype at line 779 of file sv/std_lib/vmm.sv.
Defined at line 1863 of file sv/std_lib/vmm_log.sv.

  function string
 vmm_log_format::continue_msg

 (  string name, string inst, string msg_typ, string severity, ref string lines  ) 


Prototype at line 776 of file sv/std_lib/vmm.sv.
Defined at line 1853 of file sv/std_lib/vmm_log.sv.

  function string
 vmm_log_format::format_msg

 (  string name, string inst, string msg_typ, string severity, ref string lines  ) 


Prototype at line 766 of file sv/std_lib/vmm.sv.
Defined at line 1815 of file sv/std_lib/vmm_log.sv.

  function string
 vmm_log_format::pass_or_fail

 (  bit pass, string name, string inst, int fatals, int errors, int warnings, int dem_errs, int dem_warns  ) 


Prototype at line 788 of file sv/std_lib/vmm.sv.
Defined at line 1875 of file sv/std_lib/vmm_log.sv.