tlm_transport_channel< REQ, RSP > Class Template Reference

Inheritance diagram for tlm_transport_channel< REQ, RSP >:

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

Collaboration graph
[legend]

List of all members.

Public Types

typedef tlm_transport_channel
< REQ, RSP
this_type

Public Member Functions

 new (string name, ovm_component parent=null)
void transport (input REQ request, output RSP response)
bit nb_transport (input REQ req, output RSP rsp)

Public Attributes

ovm_transport_imp< REQ, RSP,
this_type
transport_export


Detailed Description

template<typename REQ = int, typename RSP = int>
class tlm_transport_channel< REQ, RSP >

Definition at line 183 of file tlm_req_rsp.svh.


Member Typedef Documentation

template<typename REQ = int, typename RSP = int>
typedef tlm_transport_channel<REQ, RSP> tlm_transport_channel< REQ, RSP >::this_type

Reimplemented from tlm_req_rsp_channel< REQ, RSP >.

Definition at line 185 of file tlm_req_rsp.svh.


Member Function Documentation

template<typename REQ = int, typename RSP = int>
tlm_transport_channel< REQ, RSP >::new ( string  name,
ovm_component  parent = null 
)

Reimplemented from ovm_component.

Definition at line 189 of file tlm_req_rsp.svh.

template<typename REQ = int, typename RSP = int>
void tlm_transport_channel< REQ, RSP >::transport ( input REQ  request,
output RSP  response 
)

Definition at line 195 of file tlm_req_rsp.svh.

template<typename REQ = int, typename RSP = int>
bit tlm_transport_channel< REQ, RSP >::nb_transport ( input REQ  req,
output RSP  rsp 
)

Definition at line 201 of file tlm_req_rsp.svh.


Member Data Documentation

template<typename REQ = int, typename RSP = int>
ovm_transport_imp<REQ, RSP, this_type> tlm_transport_channel< REQ, RSP >::transport_export

Definition at line 187 of file tlm_req_rsp.svh.


The documentation for this class was generated from the following file:

Intelligent Design Verification
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
Doxygen Version: 1.5.5
Wed Jan 7 19:28:00 2009
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV