gem5 v24.0.0.0
|
#include <put_get_imp.hh>
Public Member Functions | |
tlm_master_imp (tlm_put_if< REQ > &req, tlm_get_peek_if< RSP > &rsp) | |
Public Member Functions inherited from sc_core::sc_interface | |
virtual void | register_port (sc_port_base &, const char *) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Public Member Functions inherited from tlm::tlm_blocking_get_if< RSP > | |
virtual void | get (RSP &t) |
Public Member Functions inherited from tlm::tlm_blocking_peek_if< RSP > | |
virtual void | peek (RSP &t) const |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_interface | |
sc_interface () | |
Private Member Functions inherited from tlm::tlm_put_get_imp< REQ, RSP > | |
tlm_put_get_imp (tlm_put_if< REQ > &p, tlm_get_peek_if< RSP > &g) | |
void | put (const REQ &t) |
bool | nb_put (const REQ &t) |
bool | nb_can_put (tlm_tag< REQ > *t=nullptr) const |
const sc_core::sc_event & | ok_to_put (tlm_tag< REQ > *t=nullptr) const |
RSP | get (tlm_tag< RSP > *=nullptr) |
bool | nb_get (RSP &t) |
bool | nb_can_get (tlm_tag< RSP > *t=nullptr) const |
virtual const sc_core::sc_event & | ok_to_get (tlm_tag< RSP > *t=nullptr) const |
RSP | peek (tlm_tag< RSP > *=nullptr) const |
bool | nb_peek (RSP &t) const |
bool | nb_can_peek (tlm_tag< RSP > *t=nullptr) const |
virtual const sc_core::sc_event & | ok_to_peek (tlm_tag< RSP > *t=nullptr) const |
Definition at line 93 of file put_get_imp.hh.
|
inline |
Definition at line 97 of file put_get_imp.hh.