xvc_manager Class Reference

Inheritance list for class xvc_manager:

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

Public Member Functions

function bit  add_xvc ( xvc_xactor xvc )
function void  new ( string inst = "Main" )
function bit  remove_xvc ( xvc_xactor xvc )
function bit  split ( string command, string argv )

Public Attributes

vmm_log  log 
vmm_notify  notify 
vmm_log  trace 

Protected Attributes

xvc_xactor  xvcQ 


Member Function Documentation

  function bit
 xvc_manager::add_xvc

 (  xvc_xactor xvc  ) 


Prototype at line 1948 of file std_lib/vmm.sv.
Defined at line 31 of file std_lib/xvc_manager.sv.

  function void
 xvc_manager::new

 (  string inst = "Main"  ) 


Prototype at line 1946 of file std_lib/vmm.sv.
Defined at line 24 of file std_lib/xvc_manager.sv.

  function bit
 xvc_manager::remove_xvc

 (  xvc_xactor xvc  ) 


Prototype at line 1949 of file std_lib/vmm.sv.
Defined at line 49 of file std_lib/xvc_manager.sv.

  function bit
 xvc_manager::split

 (  string command, string argv  ) 


Prototype at line 1952 of file std_lib/vmm.sv.
Defined at line 67 of file std_lib/xvc_manager.sv.


Member Attribute Documentation

  vmm_log  attribute
 xvc_manager::log


Defined at line 1939 of file std_lib/vmm.sv.

  vmm_notify  attribute
 xvc_manager::notify


Defined at line 1942 of file std_lib/vmm.sv.

  vmm_log  attribute
 xvc_manager::trace


Defined at line 1940 of file std_lib/vmm.sv.

 protected  xvc_xactor  attribute
 xvc_manager::xvcQ


Defined at line 1944 of file std_lib/vmm.sv.