Go to the source code of this file.
Defines | |
| #define | OVM_LOCAL_SCOPE_STACK(STACK, START) |
| #define | OVM_APPLY_CONFIG_SETTING(STACK, CFG) |
Functions | |
| ovm_phase_func_decl (build, 1) ovm_phase_func_decl(connect | |
| ovm_phase_func_decl (end_of_elaboration, 0) ovm_phase_func_decl(start_of_simulation | |
| ovm_phase_func_decl (extract, 0) ovm_phase_func_decl(check | |
| #define OVM_APPLY_CONFIG_SETTING | ( | STACK, | |||
| CFG | ) |
| #define OVM_LOCAL_SCOPE_STACK | ( | STACK, | |||
| START | ) |
Value:
begin \
ovm_component oc; \
oc = START; \
if(oc!=null) begin \
do begin \
STACK.push_front(oc.m_parent); \
oc = oc.m_parent; \
end while(oc); \
end \
else \
STACK.push_front(null); \
end
| ovm_phase_func_decl | ( | extract | , | |
| 0 | ||||
| ) |
| ovm_phase_func_decl | ( | end_of_elaboration | , | |
| 0 | ||||
| ) |
| ovm_phase_func_decl | ( | build | , | |
| 1 | ||||
| ) |
![]() Intelligent Design Verification Project: OVM, Revision: 1.1.0 |
Copyright (c) 2008 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 Version: 1.5.6 Sun Sep 21 13:37:49 2008 |