vmm_log_watchpoint Class Reference

Inheritance list for class vmm_log_watchpoint:

List of all members.
Typedef at line 633 of file std_lib/vmm.sv.
Defined at line 50 of file std_lib/vmm_log.sv.

Public Member Functions

function void  display ( string prefix = "" )
function void  new ( )
function string  psdisplay ( string prefix = "" )

Public Attributes

logic  issued 
vmm_log  log 
vmm_log_msg  msg 
string  pattern 
event  seen 
int  severity 
int  typ 


Member Function Documentation

  function void
 vmm_log_watchpoint::display

 (  string prefix = ""  ) 


Prototype at line 66 of file std_lib/vmm_log.sv.
Defined at line 119 of file std_lib/vmm_log.sv.

  function void
 vmm_log_watchpoint::new

 (   ) 


Defined at line 61 of file std_lib/vmm_log.sv.

  function string
 vmm_log_watchpoint::psdisplay

 (  string prefix = ""  ) 


Prototype at line 67 of file std_lib/vmm_log.sv.
Defined at line 123 of file std_lib/vmm_log.sv.


Member Attribute Documentation

  logic  attribute
 vmm_log_watchpoint::issued


Defined at line 54 of file std_lib/vmm_log.sv.

 static local  vmm_log  attribute
 vmm_log_watchpoint::log


Defined at line 59 of file std_lib/vmm_log.sv.

  vmm_log_msg  attribute
 vmm_log_watchpoint::msg


Defined at line 57 of file std_lib/vmm_log.sv.

  string  attribute
 vmm_log_watchpoint::pattern


Defined at line 53 of file std_lib/vmm_log.sv.

  event  attribute
 vmm_log_watchpoint::seen


Defined at line 56 of file std_lib/vmm_log.sv.

  int  attribute
 vmm_log_watchpoint::severity


Defined at line 52 of file std_lib/vmm_log.sv.

  int  attribute
 vmm_log_watchpoint::typ


Defined at line 51 of file std_lib/vmm_log.sv.