

Public Member Functions | |
| new (string name, ovm_component parent) | |
| virtual void | pre_run () |
| virtual task | run () |
| virtual task | execute () |
| virtual task | suspend () |
| virtual task | resume () |
| virtual task | restart () |
| virtual void | kill () |
| string | status () |
Static Public Attributes | |
| static pre_run_phase < ovm_threaded_component > | pre_run_ph = new() |
| static run_phase < ovm_threaded_component > | run_ph = new() |
Definition at line 35 of file ovm_threaded_component.svh.
| task ovm_threaded_component::execute | ( | ) | [virtual] |
Reimplemented from ovm_component.
Definition at line 60 of file ovm_threaded_component.sv.
| void ovm_threaded_component::kill | ( | ) | [virtual] |
Reimplemented from ovm_component.
Definition at line 74 of file ovm_threaded_component.sv.
| ovm_threaded_component::new | ( | string | name, | |
| ovm_component | parent | |||
| ) |
Reimplemented from ovm_component.
Reimplemented in ovm_env, avm_in_order_comparator< T, comp_type, convert, pair_type >, avm_in_order_class_comparator< T >, ovm_scenario_driver_base, ovm_scenario_driver< REQ, RSP >, ovm_scenario_driver_noparam, request_driver< REQ, RSP >, ovm_agent, ovm_driver, ovm_in_order_comparator< T, comp_type, convert, pair_type >, ovm_in_order_built_in_comparator< T >, ovm_in_order_class_comparator< T >, ovm_monitor, ovm_req_rsp_driver< REQ, RSP >, ovm_test, ovm_sequencer, ovm_sequencer_base, ovm_virtual_sequencer, ovm_in_order_comparator< T >, ovm_in_order_comparator< T, avm_class_comp< T >, avm_class_converter< T >, avm_class_pair< T, T > >, ovm_in_order_comparator< AFTER, ovm_class_comp< AFTER >, ovm_class_converter< AFTER >, ovm_class_pair< AFTER, AFTER > >, ovm_in_order_comparator< T, ovm_class_comp< T >, ovm_class_converter< T >, ovm_class_pair< T, T > >, and ovm_in_order_class_comparator< AFTER >.
Definition at line 34 of file ovm_threaded_component.sv.
| void ovm_threaded_component::pre_run | ( | ) | [virtual] |
Definition at line 51 of file ovm_threaded_component.sv.
| task ovm_threaded_component::restart | ( | ) | [virtual] |
Definition at line 121 of file ovm_threaded_component.sv.
| task ovm_threaded_component::resume | ( | ) | [virtual] |
Definition at line 109 of file ovm_threaded_component.sv.
| virtual task ovm_threaded_component::run | ( | ) | [virtual] |
Reimplemented in ovm_env, ovm_scenario_controller_base, ovm_scenario_controller< REQ, RSP >, ovm_scenario_driver_base, ovm_scenario_driver< REQ, RSP >, ovm_scenario_driver_noparam, request_driver< REQ, RSP >, ovm_agent, ovm_in_order_comparator< T, comp_type, convert, pair_type >, ovm_scoreboard, ovm_test, ovm_sequencer_base, ovm_in_order_comparator< T >, ovm_in_order_comparator< T, avm_class_comp< T >, avm_class_converter< T >, avm_class_pair< T, T > >, ovm_in_order_comparator< AFTER, ovm_class_comp< AFTER >, ovm_class_converter< AFTER >, ovm_class_pair< AFTER, AFTER > >, and ovm_in_order_comparator< T, ovm_class_comp< T >, ovm_class_converter< T >, ovm_class_pair< T, T > >.
Definition at line 43 of file ovm_threaded_component.svh.
| string ovm_threaded_component::status | ( | ) |
Definition at line 133 of file ovm_threaded_component.sv.
| task ovm_threaded_component::suspend | ( | ) | [virtual] |
Definition at line 96 of file ovm_threaded_component.sv.
pre_run_phase<ovm_threaded_component> ovm_threaded_component::pre_run_ph = new() [static] |
Definition at line 63 of file ovm_threaded_component.svh.
run_phase<ovm_threaded_component> ovm_threaded_component::run_ph = new() [static] |
Definition at line 64 of file ovm_threaded_component.svh.
![]() Intelligent Design Verification Project: OVM, Revision: 1.0.0 |
Copyright (c) 2008-2010 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.6.3 IDV SV Filter Version: 2.6.3 Sat Jun 19 11:13:46 2010 |