#include "base/ovm_component.svh"#include "base/ovm_root.svh"Include dependency graph for ovm_component.sv:

This graph shows which files directly or indirectly include this file:

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_task_decl (run, 0) ovm_phase_func_decl(extract | |
| ovm_phase_func_decl (check, 0) ovm_phase_func_decl(report | |
|
|
|
|
|
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
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
![]() 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.4.6 Mon Sep 29 14:23:33 2008 |