vmm_log_format Class Reference

Inheritance list for class vmm_log_format:

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

Public Member Functions

virtual function string  abort_on_error ( int count, int limit )
virtual function string  continue_msg ( string name, string inst, string msg_typ, string severity, string lines )
virtual function string  format_msg ( string name, string inst, string msg_typ, string severity, string lines )
virtual 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

 virtual function string
 vmm_log_format::abort_on_error

 (  int count, int limit  ) 


Prototype at line 602 of file std_lib/vmm.sv.
Defined at line 1561 of file std_lib/vmm_log.sv.

 virtual function string
 vmm_log_format::continue_msg

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


Prototype at line 599 of file std_lib/vmm.sv.
Defined at line 1551 of file std_lib/vmm_log.sv.

 virtual function string
 vmm_log_format::format_msg

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


Prototype at line 593 of file std_lib/vmm.sv.
Defined at line 1523 of file std_lib/vmm_log.sv.

 virtual 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 611 of file std_lib/vmm.sv.
Defined at line 1573 of file std_lib/vmm_log.sv.