Public Member Functions | |
| new (string name, bit is_top_down, bit is_task) | |
| string | get_name () |
| bit | is_task () |
| bit | is_top_down () |
| virtual string | get_type_name () |
| void | wait_start () |
| void | wait_done () |
| bit | is_in_progress () |
| bit | is_done () |
| void | reset () |
| virtual void | call_task (ovm_threaded_component parent) |
| virtual void | call_func (ovm_component parent) |
| void | m_set_in_progress () |
| void | m_set_done () |
Private Attributes | |
| string | m_name |
| bit | m_is_top_down |
| bit | m_is_task |
| event | m_start_event |
| bit | m_is_started = 0 |
| event | m_done_event |
| bit | m_is_done = 0 |
Definition at line 96 of file ovm_phases.sv.
|
|
Definition at line 143 of file ovm_phases.sv. |
|
|
Definition at line 139 of file ovm_phases.sv. |
|
|
Definition at line 116 of file ovm_phases.sv. |
|
|
Definition at line 120 of file ovm_phases.sv. |
|
|
Definition at line 131 of file ovm_phases.sv. |
|
|
Definition at line 130 of file ovm_phases.sv. |
|
|
Definition at line 117 of file ovm_phases.sv. |
|
|
Definition at line 118 of file ovm_phases.sv. |
|
|
Definition at line 154 of file ovm_phases.sv. |
|
|
Definition at line 149 of file ovm_phases.sv. |
|
||||||||||||||||
|
Definition at line 107 of file ovm_phases.sv. |
|
|
Definition at line 133 of file ovm_phases.sv. |
|
|
Definition at line 128 of file ovm_phases.sv. |
|
|
Definition at line 127 of file ovm_phases.sv. |
|
|
Definition at line 104 of file ovm_phases.sv. |
|
|
Definition at line 105 of file ovm_phases.sv. |
|
|
Definition at line 103 of file ovm_phases.sv. |
|
|
Definition at line 100 of file ovm_phases.sv. |
|
|
Definition at line 99 of file ovm_phases.sv. |
|
|
Definition at line 98 of file ovm_phases.sv. |
|
|
Definition at line 102 of file ovm_phases.sv. |
![]() 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:20:59 2008 |