vmm_test Class Reference

Inheritance list for class vmm_test:

List of all members.
Typedef at line 673 of file sv/std_lib/vmm.sv.
Defined at line 2575 of file sv/std_lib/vmm.sv.

Public Member Functions

function string  get_doc ( )
function string  get_name ( )
function void  new ( string name, string doc = )
task  run ( vmm_env env )
function void  Xset_log_instanceX ( string inst )

Public Attributes

local string  doc 
vmm_log  log 
local string  name 
static vmm_test_registry  registry = new; 


Member Function Documentation

  function string
 vmm_test::get_doc

 (   ) 


Prototype at line 2588 of file sv/std_lib/vmm.sv.
Defined at line 57 of file sv/std_lib/vmm_test.sv.

  function string
 vmm_test::get_name

 (   ) 


Prototype at line 2587 of file sv/std_lib/vmm.sv.
Defined at line 52 of file sv/std_lib/vmm_test.sv.

  function void
 vmm_test::new

 (  string name, string doc =  ) 


Prototype at line 2583 of file sv/std_lib/vmm.sv.
Defined at line 40 of file sv/std_lib/vmm_test.sv.

  task
 vmm_test::run

 (  vmm_env env  ) 


Prototype at line 2585 of file sv/std_lib/vmm.sv.
Defined at line 62 of file sv/std_lib/vmm_test.sv.

  function void
 vmm_test::Xset_log_instanceX

 (  string inst  ) 


Prototype at line 2590 of file sv/std_lib/vmm.sv.
Defined at line 47 of file sv/std_lib/vmm_test.sv.


Member Attribute Documentation

 local string  attribute
 vmm_test::doc


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

 vmm_log  attribute
 vmm_test::log


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

 local string  attribute
 vmm_test::name


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

 static vmm_test_registry  attribute
 vmm_test::registry = new


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