ovm_scenario_driver< REQ, RSP > Class Template Reference

Inheritance diagram for ovm_scenario_driver< REQ, RSP >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ovm_scenario_driver<
REQ, RSP
p_drv

Public Member Functions

 new (string name, ovm_component parent)
virtual void get_next_item (output REQ req_item, input bit non_blocking=0)
virtual void run ()

Public Attributes

tlm_scenario_req_rsp_channel<
REQ, RSP
req_rsp
ovm_blocking_get_export< REQget_req_export
ovm_blocking_put_export< RSPput_rsp_export
ovm_blocking_get_export< REQget_req
ovm_blocking_put_export< REQput_req
ovm_blocking_put_export< RSPput_rsp
ovm_blocking_get_export< RSPget_rsp

Detailed Description

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

Definition at line 97 of file ovm_scenario_driver.svh.


Member Typedef Documentation

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
typedef ovm_scenario_driver<REQ, RSP> ovm_scenario_driver< REQ, RSP >::p_drv
 

Definition at line 99 of file ovm_scenario_driver.svh.


Member Function Documentation

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
virtual void ovm_scenario_driver< REQ, RSP >::get_next_item output REQ  req_item,
input bit  non_blocking = 0
[virtual]
 

Definition at line 138 of file ovm_scenario_driver.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_scenario_driver< REQ, RSP >::new string  name,
ovm_component  parent
 

Reimplemented from ovm_scenario_driver_base.

Definition at line 112 of file ovm_scenario_driver.svh.

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

Reimplemented from ovm_scenario_driver_base.

Definition at line 153 of file ovm_scenario_driver.svh.


Member Data Documentation

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_get_export<REQ> ovm_scenario_driver< REQ, RSP >::get_req
 

Definition at line 104 of file ovm_scenario_driver.svh.

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

Definition at line 102 of file ovm_scenario_driver.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_get_export<RSP> ovm_scenario_driver< REQ, RSP >::get_rsp
 

Definition at line 107 of file ovm_scenario_driver.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_put_export<REQ> ovm_scenario_driver< REQ, RSP >::put_req
 

Definition at line 105 of file ovm_scenario_driver.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
ovm_blocking_put_export<RSP> ovm_scenario_driver< REQ, RSP >::put_rsp
 

Definition at line 106 of file ovm_scenario_driver.svh.

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

Definition at line 103 of file ovm_scenario_driver.svh.

template<typename REQ = ovm_transaction, typename RSP = ovm_transaction>
tlm_scenario_req_rsp_channel<REQ, RSP> ovm_scenario_driver< REQ, RSP >::req_rsp
 

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