gem5 v24.0.0.0
|
#include <req_rsp_channels.hh>
Public Attributes | |
sc_core::sc_export< tlm_fifo_get_if< REQ > > | get_request_export |
sc_core::sc_export< tlm_fifo_put_if< RSP > > | put_response_export |
sc_core::sc_export< tlm_fifo_put_if< REQ > > | put_request_export |
sc_core::sc_export< tlm_fifo_get_if< RSP > > | get_response_export |
sc_core::sc_export< tlm_master_if< REQ, RSP > > | master_export |
sc_core::sc_export< tlm_slave_if< REQ, RSP > > | slave_export |
Protected Attributes | |
REQ_CHANNEL | request_fifo |
RSP_CHANNEL | response_fifo |
tlm_master_imp< REQ, RSP > | master |
tlm_slave_imp< REQ, RSP > | slave |
Protected Attributes inherited from sc_core::sc_module | |
sc_sensitive | sensitive |
Private Member Functions | |
void | bind_exports () |
Definition at line 34 of file req_rsp_channels.hh.
|
inline |
Definition at line 49 of file req_rsp_channels.hh.
References tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
|
inline |
Definition at line 59 of file req_rsp_channels.hh.
References tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
|
inlineprivate |
Definition at line 71 of file req_rsp_channels.hh.
References tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::get_request_export, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::get_response_export, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::master, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::master_export, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::put_request_export, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::put_response_export, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::request_fifo, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::response_fifo, tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::slave, and tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::slave_export.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::tlm_req_rsp_channel(), and tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::tlm_req_rsp_channel().
sc_core::sc_export<tlm_fifo_get_if<REQ> > tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::get_request_export |
Definition at line 38 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
sc_core::sc_export<tlm_fifo_get_if<RSP> > tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::get_response_export |
Definition at line 43 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
|
protected |
Definition at line 87 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
sc_core::sc_export<tlm_master_if<REQ, RSP> > tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::master_export |
Definition at line 46 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
sc_core::sc_export<tlm_fifo_put_if<REQ> > tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::put_request_export |
Definition at line 42 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
sc_core::sc_export<tlm_fifo_put_if<RSP> > tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::put_response_export |
Definition at line 39 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
|
protected |
Definition at line 84 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
|
protected |
Definition at line 85 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
|
protected |
Definition at line 88 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().
sc_core::sc_export<tlm_slave_if<REQ, RSP> > tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::slave_export |
Definition at line 47 of file req_rsp_channels.hh.
Referenced by tlm::tlm_req_rsp_channel< REQ, RSP, REQ_CHANNEL, RSP_CHANNEL >::bind_exports().