ovm_scope_stack Class Reference

Collaboration diagram for ovm_scope_stack:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void set (string s, ovm_object obj)
void down (string s, ovm_object obj)
void down_element (int element, ovm_object obj)
void up (ovm_object obj, byte separator=".")
void up_element (ovm_object obj)
void set_arg (string arg)
void unset_arg (string arg)
void set_arg_element (string arg, int ele)
int depth ()
string get ()
string get_arg ()
ovm_object current ()
bit in_hierarchy (ovm_object obj)

Public Attributes

local string m_scope = ""

Private Attributes

string m_scope_arg = ""
int m_depth = 0
bit m_object_map [ovm_void]
ovm_void m_stack [$]

Detailed Description

Definition at line 53 of file ovm_misc.svh.


Member Function Documentation

ovm_object ovm_scope_stack::current (  ) 

Definition at line 226 of file ovm_misc.sv.

int ovm_scope_stack::depth (  ) 

Definition at line 148 of file ovm_misc.sv.

void ovm_scope_stack::down ( string  s,
ovm_object  obj 
)

Definition at line 190 of file ovm_misc.sv.

void ovm_scope_stack::down_element ( int  element,
ovm_object  obj 
)

Definition at line 211 of file ovm_misc.sv.

string ovm_scope_stack::get (  ) 

Definition at line 156 of file ovm_misc.sv.

string ovm_scope_stack::get_arg (  ) 

Definition at line 164 of file ovm_misc.sv.

bit ovm_scope_stack::in_hierarchy ( ovm_object  obj  ) 

Definition at line 331 of file ovm_misc.sv.

void ovm_scope_stack::set ( string  s,
ovm_object  obj 
)

Definition at line 172 of file ovm_misc.sv.

void ovm_scope_stack::set_arg ( string  arg  ) 

Definition at line 283 of file ovm_misc.sv.

void ovm_scope_stack::set_arg_element ( string  arg,
int  ele 
)

Definition at line 296 of file ovm_misc.sv.

void ovm_scope_stack::unset_arg ( string  arg  ) 

Definition at line 305 of file ovm_misc.sv.

void ovm_scope_stack::up ( ovm_object  obj,
byte  separator = "." 
)

Definition at line 239 of file ovm_misc.sv.

void ovm_scope_stack::up_element ( ovm_object  obj  ) 

Definition at line 275 of file ovm_misc.sv.


Member Data Documentation

int ovm_scope_stack::m_depth = 0 [private]

Definition at line 56 of file ovm_misc.svh.

Definition at line 57 of file ovm_misc.svh.

local string ovm_scope_stack::m_scope = ""

Definition at line 54 of file ovm_misc.svh.

string ovm_scope_stack::m_scope_arg = "" [private]

Definition at line 55 of file ovm_misc.svh.

Definition at line 58 of file ovm_misc.svh.


The documentation for this class was generated from the following files:

Intelligent Design Verification
Intelligent Design Verification
Project: OVM, Revision: 2.0.2
Copyright (c) 2008-2010 Intelligent Design Verification.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included here:
http://www.intelligentdv.com/licenses/fdl.txt
doxygen
Doxygen Version: 1.6.3
IDV SV Filter Version: 2.6.3
Sat Jun 19 11:46:02 2010
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV