gem5  v20.1.0.0
Public Types | Public Member Functions | Private Attributes | List of all members
sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL > Class Template Reference

#include <tlm_port_wrapper.hh>

Public Types

typedef tlm::tlm_base_target_socket< BUSWIDTH, FW_IF, BW_IF, N, POL > TargetSocket
 

Public Member Functions

TargetSockettarget ()
 
 TlmTargetBaseWrapper (TargetSocket &t, const std::string &_name, PortID _id)
 
void bind (::Port &peer) override
 
void unbind () override
 

Private Attributes

TargetSocket_target
 

Detailed Description

template<unsigned int BUSWIDTH, typename FW_IF, typename BW_IF, int N, sc_core::sc_port_policy POL>
class sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >

Definition at line 44 of file tlm_port_wrapper.hh.

Member Typedef Documentation

◆ TargetSocket

template<unsigned int BUSWIDTH, typename FW_IF , typename BW_IF , int N, sc_core::sc_port_policy POL>
typedef tlm::tlm_base_target_socket<BUSWIDTH, FW_IF, BW_IF, N, POL> sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >::TargetSocket

Definition at line 90 of file tlm_port_wrapper.hh.

Constructor & Destructor Documentation

◆ TlmTargetBaseWrapper()

template<unsigned int BUSWIDTH, typename FW_IF , typename BW_IF , int N, sc_core::sc_port_policy POL>
sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >::TlmTargetBaseWrapper ( TargetSocket t,
const std::string &  _name,
PortID  _id 
)
inline

Definition at line 94 of file tlm_port_wrapper.hh.

Member Function Documentation

◆ bind()

template<unsigned int BUSWIDTH, typename FW_IF , typename BW_IF , int N, sc_core::sc_port_policy POL>
void sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >::bind ( ::Port peer)
inlineoverride

Definition at line 100 of file tlm_port_wrapper.hh.

◆ target()

template<unsigned int BUSWIDTH, typename FW_IF , typename BW_IF , int N, sc_core::sc_port_policy POL>
TargetSocket& sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >::target ( )
inline

Definition at line 92 of file tlm_port_wrapper.hh.

◆ unbind()

template<unsigned int BUSWIDTH, typename FW_IF , typename BW_IF , int N, sc_core::sc_port_policy POL>
void sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >::unbind ( )
inlineoverride

Definition at line 108 of file tlm_port_wrapper.hh.

Member Data Documentation

◆ _target

template<unsigned int BUSWIDTH, typename FW_IF , typename BW_IF , int N, sc_core::sc_port_policy POL>
TargetSocket& sc_gem5::TlmTargetBaseWrapper< BUSWIDTH, FW_IF, BW_IF, N, POL >::_target
private

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

Generated on Wed Sep 30 2020 14:03:10 for gem5 by doxygen 1.8.17