ovm_component.sv File Reference

#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)

Variables

ovm_component ovm_top_levels [$]


Define Documentation

#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


Variable Documentation

Definition at line 25 of file ovm_component.sv.


Intelligent Design Verification
Intelligent Design Verification
Project: OVM, Revision: 2.0.1
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
Doxygen Version: 1.5.5
Wed Jan 7 19:27:24 2009
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV