gem5  [DEVELOP-FOR-23.0]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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, gem5::PortID _id)
 
void bind (gem5::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 94 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,
gem5::PortID  _id 
)
inline

Definition at line 98 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 ( gem5::Port peer)
inlineoverride

Definition at line 104 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 96 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 112 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

Definition at line 120 of file tlm_port_wrapper.hh.


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

Generated on Sun Jul 30 2023 01:58:26 for gem5 by doxygen 1.8.17