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)

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


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


Function Documentation

ovm_phase_func_decl check  ,
 

ovm_phase_func_decl end_of_elaboration  ,
 

ovm_phase_func_decl build  ,
 

ovm_phase_task_decl run  ,
 


Intelligent Design Verification
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
Doxygen Version: 1.4.6
Mon Sep 29 14:23:33 2008

Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV