Public Member Functions | |
| new (string name="scenario") | |
| virtual integer | get_id () |
| virtual void | start (ovm_scenario_controller_base sequencer, ovm_scenario_base parent_sequence=null, integer this_priority=100, bit call_pre_post=1) |
| virtual void | pre_body () |
| virtual void | apply_request (input REQ data_req, input bit randomize=1) |
| virtual void | apply_send (input REQ data_req, input bit randomize=1) |
| virtual void | apply (input REQ data_req, output RSP data_rsp, input bit randomize=1) |
| virtual void | pre_apply () |
| virtual void | mid_apply () |
| virtual void | post_apply () |
| string | get_scenario_path_name () |
Public Attributes | |
| ovm_scenario_controller_base | m_scenario_controller |
| ovm_scenario_controller< REQ, RSP > | param_scenario_controller |
Definition at line 21 of file ovm_scenario.svh.
| ovm_scenario< REQ, RSP >::new | ( | string | name = "scenario" |
) |
Definition at line 28 of file ovm_scenario.svh.
| virtual integer ovm_scenario< REQ, RSP >::get_id | ( | ) | [virtual] |
Definition at line 32 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::start | ( | ovm_scenario_controller_base | sequencer, | |
| ovm_scenario_base | parent_sequence = null, |
|||
| integer | this_priority = 100, |
|||
| bit | call_pre_post = 1 | |||
| ) | [virtual] |
Definition at line 36 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::pre_body | ( | ) | [virtual] |
Definition at line 50 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::apply_request | ( | input REQ | data_req, | |
| input bit | randomize = 1 | |||
| ) | [virtual] |
Definition at line 56 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::apply_send | ( | input REQ | data_req, | |
| input bit | randomize = 1 | |||
| ) | [virtual] |
Definition at line 61 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::apply | ( | input REQ | data_req, | |
| output RSP | data_rsp, | |||
| input bit | randomize = 1 | |||
| ) | [virtual] |
Definition at line 65 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::pre_apply | ( | ) | [virtual] |
Definition at line 70 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::mid_apply | ( | ) | [virtual] |
Definition at line 74 of file ovm_scenario.svh.
| virtual void ovm_scenario< REQ, RSP >::post_apply | ( | ) | [virtual] |
Definition at line 78 of file ovm_scenario.svh.
| string ovm_scenario< REQ, RSP >::get_scenario_path_name | ( | ) |
Definition at line 82 of file ovm_scenario.svh.
| ovm_scenario_controller_base ovm_scenario< REQ, RSP >::m_scenario_controller |
Definition at line 23 of file ovm_scenario.svh.
| ovm_scenario_controller<REQ, RSP> ovm_scenario< REQ, RSP >::param_scenario_controller |
Definition at line 24 of file ovm_scenario.svh.
![]() 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 Version: 1.5.5 Wed Jan 7 19:27:51 2009 |