ovm_root Class Reference

Inheritance diagram for ovm_root:

Inheritance graph
[legend]
Collaboration diagram for ovm_root:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void run_test (string test_name="")
void run_global_phase (ovm_phase phase=null)
void stop_request ()
void insert_phase (ovm_phase new_phase, ovm_phase exist_phase)
ovm_component find (string comp_match)
void find_all (string comp_match, ref ovm_component comps[$], input ovm_component comp=null)
ovm_phase get_current_phase ()
ovm_phase get_phase_by_name (string name)
virtual string get_type_name ()
void print_unit_list (ovm_component comp=null)
void print_unit (string name, ovm_printer printer=null)
void print_units (ovm_printer printer=null)
void print_topology (ovm_printer printer=null)

Static Public Member Functions

static ovm_root get ()

Public Attributes

time phase_timeout = 0
time stop_timeout = 0
bit enable_print_topology = 0
bit finish_on_completion = 1
ovm_phase m_curr_phase = null

Protected Member Functions

 new ()

Private Member Functions

void m_do_phase_all (ovm_component comp, ovm_phase phase)
void m_stop_process ()
void m_stop_request (time timeout=0)
void m_do_stop_all (ovm_component comp)
void m_reset_phase (ovm_component comp, ovm_phase phase=null)

Private Attributes

ovm_phase m_phase_q [ovm_phase]
ovm_phase m_first_phase = null
ovm_phase m_last_phase = null
event m_stop_request_e

Static Private Attributes

static ovm_root m_inst

Detailed Description

Definition at line 85 of file ovm_root.svh.


Member Function Documentation

ovm_component ovm_root::find string  comp_match  ) 
 

Definition at line 800 of file ovm_root.svh.

void ovm_root::find_all string  comp_match,
ref ovm_component  comps[$],
input ovm_component  comp = null
 

Definition at line 758 of file ovm_root.svh.

ovm_root ovm_root::get  )  [static]
 

Definition at line 220 of file ovm_root.svh.

ovm_phase ovm_root::get_current_phase  ) 
 

Definition at line 562 of file ovm_root.svh.

ovm_phase ovm_root::get_phase_by_name string  name  ) 
 

Definition at line 739 of file ovm_root.svh.

virtual string ovm_root::get_type_name  )  [virtual]
 

Reimplemented from ovm_object.

Definition at line 106 of file ovm_root.svh.

void ovm_root::insert_phase ovm_phase  new_phase,
ovm_phase  exist_phase
 

Definition at line 684 of file ovm_root.svh.

void ovm_root::m_do_phase_all ovm_component  comp,
ovm_phase  phase
[private]
 

Definition at line 476 of file ovm_root.svh.

void ovm_root::m_do_stop_all ovm_component  comp  )  [private]
 

Definition at line 655 of file ovm_root.svh.

void ovm_root::m_reset_phase ovm_component  comp,
ovm_phase  phase = null
[private]
 

Definition at line 314 of file ovm_root.svh.

void ovm_root::m_stop_process  )  [private]
 

Definition at line 582 of file ovm_root.svh.

void ovm_root::m_stop_request time  timeout = 0  )  [private]
 

Definition at line 591 of file ovm_root.svh.

ovm_root::new  )  [protected]
 

Definition at line 230 of file ovm_root.svh.

void ovm_root::print_topology ovm_printer  printer = null  ) 
 

Definition at line 906 of file ovm_root.svh.

void ovm_root::print_unit string  name,
ovm_printer  printer = null
 

Definition at line 831 of file ovm_root.svh.

void ovm_root::print_unit_list ovm_component  comp = null  ) 
 

Definition at line 878 of file ovm_root.svh.

void ovm_root::print_units ovm_printer  printer = null  ) 
 

Definition at line 843 of file ovm_root.svh.

References ovm_printer::m_string.

void ovm_root::run_global_phase ovm_phase  phase = null  ) 
 

Definition at line 333 of file ovm_root.svh.

void ovm_root::run_test string  test_name = ""  )  [virtual]
 

Definition at line 247 of file ovm_root.svh.

void ovm_root::stop_request  ) 
 

Definition at line 574 of file ovm_root.svh.


Member Data Documentation

bit ovm_root::enable_print_topology = 0
 

Definition at line 110 of file ovm_root.svh.

bit ovm_root::finish_on_completion = 1
 

Definition at line 111 of file ovm_root.svh.

ovm_phase ovm_root::m_curr_phase = null
 

Reimplemented from ovm_component.

Definition at line 130 of file ovm_root.svh.

ovm_phase ovm_root::m_first_phase = null [private]
 

Definition at line 126 of file ovm_root.svh.

ovm_root ovm_root::m_inst [static, private]
 

Definition at line 131 of file ovm_root.svh.

ovm_phase ovm_root::m_last_phase = null [private]
 

Definition at line 127 of file ovm_root.svh.

ovm_phase ovm_root::m_phase_q[ovm_phase] [private]
 

Definition at line 125 of file ovm_root.svh.

event ovm_root::m_stop_request_e [private]
 

Definition at line 128 of file ovm_root.svh.

time ovm_root::phase_timeout = 0
 

Definition at line 108 of file ovm_root.svh.

time ovm_root::stop_timeout = 0
 

Definition at line 109 of file ovm_root.svh.


The documentation for this class was generated from the following file:
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:24:02 2008
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV