SVT svt_log_callbacks Class Member List

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


 svt_log_callbacks  protected vmm_env  env ENV backpointer that is used used by the pre_abort method.  
 svt_log_callbacks   function void  new ( vmm_env env = null )  CONSTRUCTOR: Creates a new instance of the svt_log_callbacks class.  
 svt_log_callbacks   function void  pre_abort ( vmm_log log )  This virtual method is extended to catch situations when the simulator is about to abort after the stop_after_n_errors limit has been reached or a fatal error has been generated. The only objective is to put out an appropriate Passed/Failed message based on this event. 
 vmm_log_callbacks  virtual  function void  pre_debug ( vmm_log log )   
 vmm_log_callbacks  virtual  function void  pre_finish ( vmm_log log, ref bit finished )   
 vmm_log_callbacks  virtual  function void  pre_stop ( vmm_log log )