Main Page
Classes
Macros
Modules
Interfaces
Globals
Files
Index
?
simple
reg expr
Hierarchy
Class List
Alphabetical List
vmm_xactor_iter Class Reference
Inheritance list for class vmm_xactor_iter:
vmm_xactor_iter
List of all members.
Defined at line
2210
of file
sv/std_lib/vmm.sv
.
Public Member Functions
function
vmm_xactor
first
( )
function void
new
( string name = , string inst = )
function
vmm_xactor
next
( )
function
vmm_xactor
xactor
( )
Public Attributes
string
inst
static
vmm_log
log
= new;
string
name
static local
vmm_xactor
_vmm_xactor
= new;
local int
idx
Protected Member Functions
function void
move_iterator
( )
Member Function Documentation
function
vmm_xactor
vmm_xactor_iter::
first
( )
Prototype at line
2221
of file
sv/std_lib/vmm.sv
.
Defined at line
619
of file
sv/std_lib/vmm_xactor.sv
.
protected function void
vmm_xactor_iter::
move_iterator
( )
Prototype at line
2225
of file
sv/std_lib/vmm.sv
.
Defined at line
589
of file
sv/std_lib/vmm_xactor.sv
.
function void
vmm_xactor_iter::
new
( string name = , string inst = )
Prototype at line
2220
of file
sv/std_lib/vmm.sv
.
Defined at line
570
of file
sv/std_lib/vmm_xactor.sv
.
function
vmm_xactor
vmm_xactor_iter::
next
( )
Prototype at line
2222
of file
sv/std_lib/vmm.sv
.
Defined at line
626
of file
sv/std_lib/vmm_xactor.sv
.
function
vmm_xactor
vmm_xactor_iter::
xactor
( )
Prototype at line
2223
of file
sv/std_lib/vmm.sv
.
Defined at line
610
of file
sv/std_lib/vmm_xactor.sv
.
Member Attribute Documentation
string attribute
vmm_xactor_iter::
inst
Defined at line
2214
of file
sv/std_lib/vmm.sv
.
static
vmm_log
attribute
vmm_xactor_iter::
log
= new
Defined at line
2211
of file
sv/std_lib/vmm.sv
.
string attribute
vmm_xactor_iter::
name
Defined at line
2213
of file
sv/std_lib/vmm.sv
.
static local
vmm_xactor
attribute
vmm_xactor_iter::
_vmm_xactor
= new
Defined at line
2216
of file
sv/std_lib/vmm.sv
.
local int attribute
vmm_xactor_iter::
idx
Defined at line
2217
of file
sv/std_lib/vmm.sv
.
16 December 2008, Copyright © 2008 Synopsys, Inc.