ovm_scenario_controller< REQ, RSP > Class Template Reference

Inheritance diagram for ovm_scenario_controller< REQ, RSP >:

Inheritance graph
[legend]
Collaboration diagram for ovm_scenario_controller< REQ, RSP >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 new (string name, ovm_component parent, ovm_scenario_controller_base push_if=null)
void connect ()
void run ()

Public Attributes

ovm_blocking_get_export< REQget_req_export
ovm_blocking_put_export< RSPput_rsp_export
ovm_blocking_put_export< REQput_req_export
request_driver< REQ, RSPreq_driver
ovm_stimulus_scenario< REQstimulus_scenario

Detailed Description

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
class ovm_scenario_controller< REQ, RSP >

Definition at line 363 of file ovm_scenario_controller.svh.


Member Function Documentation

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
void ovm_scenario_controller< REQ, RSP >::connect  )  [virtual]
 

Reimplemented from ovm_component.

Definition at line 385 of file ovm_scenario_controller.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_scenario_controller< REQ, RSP >::new string  name,
ovm_component  parent,
ovm_scenario_controller_base  push_if = null
 

Reimplemented from ovm_scenario_controller_base.

Definition at line 375 of file ovm_scenario_controller.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
void ovm_scenario_controller< REQ, RSP >::run  )  [virtual]
 

Reimplemented from ovm_scenario_controller_base.

Definition at line 391 of file ovm_scenario_controller.svh.


Member Data Documentation

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_get_export<REQ> ovm_scenario_controller< REQ, RSP >::get_req_export
 

Definition at line 366 of file ovm_scenario_controller.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_put_export<REQ> ovm_scenario_controller< REQ, RSP >::put_req_export
 

Definition at line 370 of file ovm_scenario_controller.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_put_export<RSP> ovm_scenario_controller< REQ, RSP >::put_rsp_export
 

Definition at line 367 of file ovm_scenario_controller.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
request_driver<REQ, RSP> ovm_scenario_controller< REQ, RSP >::req_driver
 

Definition at line 372 of file ovm_scenario_controller.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_stimulus_scenario<REQ> ovm_scenario_controller< REQ, RSP >::stimulus_scenario
 

Definition at line 373 of file ovm_scenario_controller.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:21:07 2008
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV