tlm_slave_if< REQ, RSP > Class Template Reference

Inheritance diagram for tlm_slave_if< REQ, RSP >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void put (input RSP t)
virtual bit try_put (input RSP t)
virtual bit can_put ()
virtual void get (output REQ t)
virtual bit try_get (output REQ t)
virtual bit can_get ()
virtual void peek (output REQ t)
virtual bit try_peek (output REQ t)
virtual bit can_peek ()

Detailed Description

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

Definition at line 258 of file tlm_ifs.svh.


Member Function Documentation

template<typename REQ = int, typename RSP = int>
virtual bit tlm_slave_if< REQ, RSP >::can_get  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 266 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual bit tlm_slave_if< REQ, RSP >::can_peek  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 270 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual bit tlm_slave_if< REQ, RSP >::can_put  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 262 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual void tlm_slave_if< REQ, RSP >::get output REQ  t  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 264 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual void tlm_slave_if< REQ, RSP >::peek output REQ  t  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 268 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual void tlm_slave_if< REQ, RSP >::put input RSP  t  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 260 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual bit tlm_slave_if< REQ, RSP >::try_get output REQ  t  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 265 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual bit tlm_slave_if< REQ, RSP >::try_peek output REQ  t  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

Definition at line 269 of file tlm_ifs.svh.

template<typename REQ = int, typename RSP = int>
virtual bit tlm_slave_if< REQ, RSP >::try_put input RSP  t  )  [virtual]
 

Reimplemented from tlm_if_base< RSP, REQ >.

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