|
TLM-2.0
2.0.4
Accellera TLM-2.0 proof-of-concept library
|
#include <tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/tlm_put_get_imp.h>


Public Member Functions | |
| tlm_slave_imp (tlm_get_peek_if< REQ > &req, tlm_put_if< RSP > &rsp) | |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
| virtual const sc_event & | default_event () const |
| virtual void | get (REQ &t) |
| virtual void | peek (REQ &t) const |
Private Member Functions | |
| void | put (const RSP &t) |
| bool | nb_put (const RSP &t) |
| bool | nb_can_put (tlm_tag< RSP > *t=0) const |
| const sc_core::sc_event & | ok_to_put (tlm_tag< RSP > *t=0) const |
| REQ | get (tlm_tag< REQ > *=0) |
| bool | nb_get (REQ &t) |
| bool | nb_can_get (tlm_tag< REQ > *t=0) const |
| virtual const sc_core::sc_event & | ok_to_get (tlm_tag< REQ > *t=0) const |
| REQ | peek (tlm_tag< REQ > *=0) const |
| bool | nb_peek (REQ &t) const |
| bool | nb_can_peek (tlm_tag< REQ > *t=0) const |
| virtual const sc_core::sc_event & | ok_to_peek (tlm_tag< REQ > *t=0) const |
Definition at line 100 of file tlm_put_get_imp.h.
|
inline |
Definition at line 106 of file tlm_put_get_imp.h.
|
inlinevirtualinherited |
Definition at line 56 of file tlm_core_ifs.h.
|
inlinevirtualinherited |
Definition at line 108 of file tlm_core_ifs.h.