TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm_utils::multi_passthrough_target_socket_optional< MODULE, BUSWIDTH, TYPES, N > Class Template Referenceabstract

#include <tlm_utils/multi_passthrough_target_socket.h>

Inheritance diagram for tlm_utils::multi_passthrough_target_socket_optional< MODULE, BUSWIDTH, TYPES, N >:
Collaboration diagram for tlm_utils::multi_passthrough_target_socket_optional< MODULE, BUSWIDTH, TYPES, N >:

Public Types

typedef TYPES::tlm_payload_type transaction_type
 
typedef TYPES::tlm_phase_type phase_type
 
typedef tlm::tlm_sync_enum sync_enum_type
 
typedef sync_enum_type(MODULE::* nb_cb) (int, transaction_type &, phase_type &, sc_core::sc_time &)
 
typedef void(MODULE::* b_cb) (int, transaction_type &, sc_core::sc_time &)
 
typedef unsigned int(MODULE::* dbg_cb) (int, transaction_type &txn)
 
typedef bool(MODULE::* dmi_cb) (int, transaction_type &txn, tlm::tlm_dmi &dmi)
 
typedef multi_target_base< BUSWIDTH, TYPES, N, POL > base_type
 
typedef base_type::base_initiator_socket_type base_initiator_socket_type
 
typedef tlm_fw_transport_if< TYPES > fw_interface_type
 
typedef tlm_bw_transport_if< TYPES > bw_interface_type
 
typedef sc_core::sc_port< bw_interface_type, N, POL > port_type
 
typedef sc_core::sc_export< fw_interface_typeexport_type
 
typedef unsigned phase_cb_mask
 
typedef sc_export_base this_type
 

Public Member Functions

 multi_passthrough_target_socket_optional ()
 
 multi_passthrough_target_socket_optional (const char *name)
 
void check_export_binding ()
 
void register_nb_transport_fw (MODULE *mod, nb_cb cb)
 
void register_b_transport (MODULE *mod, b_cb cb)
 
void register_transport_dbg (MODULE *mod, dbg_cb cb)
 
void register_get_direct_mem_ptr (MODULE *mod, dmi_cb cb)
 
virtual tlm::tlm_fw_transport_if< TYPES > & get_base_interface ()
 
virtual const tlm::tlm_fw_transport_if< TYPES > & get_base_interface () const
 
virtual sc_core::sc_export< tlm::tlm_fw_transport_if< TYPES > > & get_base_export ()
 
virtual const sc_core::sc_export< tlm::tlm_fw_transport_if< TYPES > > & get_base_export () const
 
void end_of_elaboration ()
 
virtual void bind (base_type &s)
 
virtual void bind (base_initiator_socket_type &s)
 
virtual void bind (base_type &s)
 
virtual void bind (fw_interface_type &ifs)
 
SC_VIRTUAL_ void bind (IF &interface_)
 
void operator() (base_type &s)
 
void operator() (base_initiator_socket_type &s)
 
void operator() (base_type &s)
 
void operator() (fw_interface_type &s)
 
void operator() (IF &interface_)
 
tlm::tlm_bw_transport_if< TYPES > * operator[] (int i)
 
unsigned int size ()
 
int size () const
 
virtual void set_hierarch_bind (multi_target_base *)=0
 
virtual tlm::tlm_socket_category get_socket_category () const
 
virtual const char * kind () const
 
virtual sc_core::sc_type_index get_protocol_types () const
 
bw_interface_typeoperator-> ()
 
const IF * operator-> () const
 
virtual sc_core::sc_port_baseget_port_base ()
 
virtual sc_core::sc_port_base const & get_port_base () const
 
virtual sc_core::sc_export_baseget_export_base ()
 
virtual sc_core::sc_export_base const & get_export_base () const
 
virtual unsigned int get_bus_width () const
 
virtual sc_core::sc_port_b< tlm_bw_transport_if< TYPES > > & get_base_port ()
 
virtual sc_core::sc_port_b< tlm_bw_transport_if< TYPES > > const & get_base_port () const
 
virtual sc_interface * get_interface ()
 
virtual const sc_interface * get_interface () const
 
 operator IF & ()
 
 operator const IF & () const
 
virtual sc_type_index get_interface_type () const
 
const char * name () const
 
const char * basename () const
 
virtual void print (::std::ostream &os=::std::cout) const
 
virtual void dump (::std::ostream &os=::std::cout) const
 
virtual void trace (sc_trace_file *tf) const
 
sc_simcontextsimcontext () const
 
bool add_attribute (sc_attr_base &)
 
sc_attr_base * get_attribute (const std::string &name_)
 
const sc_attr_base * get_attribute (const std::string &name_) const
 
sc_attr_base * remove_attribute (const std::string &name_)
 
void remove_all_attributes ()
 
int num_attributes () const
 
sc_attr_cltn & attr_cltn ()
 
const sc_attr_cltn & attr_cltn () const
 
virtual const std::vector< sc_event * > & get_child_events () const
 
virtual const std::vector< sc_object * > & get_child_objects () const
 
sc_objectget_parent () const
 
sc_objectget_parent_object () const
 

Static Public Member Functions

static const char * default_name ()
 

Protected Member Functions

base_typeget_hierarch_bind ()
 
std::map< unsigned int, tlm::tlm_bw_transport_if< TYPES > *> & get_multi_binds ()
 
void set_hierarch_bind (base_type *h)
 
tlm::tlm_fw_transport_if< TYPES > * get_last_binder (tlm::tlm_bw_transport_if< TYPES > *other)
 
void disable_cb_bind ()
 
std::vector< callback_binder_fw< TYPES > * > & get_binders ()
 
virtual void before_end_of_elaboration ()
 
virtual void start_of_simulation ()
 
virtual void end_of_simulation ()
 
void report_error (const char *id, const char *add_msg=0) const
 
virtual void add_child_event (sc_event *event_p)
 
virtual void add_child_object (sc_object *object_p)
 
virtual bool remove_child_event (sc_event *event_p)
 
virtual bool remove_child_object (sc_object *object_p)
 
phase_cb_mask register_simulation_phase_callback (phase_cb_mask)
 
phase_cb_mask unregister_simulation_phase_callback (phase_cb_mask)
 
void display_warning (const char *msg) const
 
void display_error (const char *msg) const
 

Protected Attributes

std::map< unsigned int, tlm::tlm_bw_transport_if< TYPES > *> m_multi_binds
 
std::vector< tlm::tlm_bw_transport_if< TYPES > *> m_sockets
 
std::vector< callback_binder_fw< TYPES > *> m_binders
 
base_typem_hierarch_bind
 
bool m_eoe_disabled
 
bool m_export_callback_created
 
callback_binder_fw< TYPES >::nb_func_type m_nb_f
 
callback_binder_fw< TYPES >::b_func_type m_b_f
 
callback_binder_fw< TYPES >::debug_func_type m_dbg_f
 
callback_binder_fw< TYPES >::dmi_func_type m_dmi_f
 
port_type m_port
 
IF * m_interface_p
 

Detailed Description

template<typename MODULE, unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, unsigned int N = 0>
class tlm_utils::multi_passthrough_target_socket_optional< MODULE, BUSWIDTH, TYPES, N >

Definition at line 318 of file multi_passthrough_target_socket.h.

Member Typedef Documentation

◆ b_cb

typedef void(MODULE::* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::b_cb) (int, transaction_type &, sc_core::sc_time &)
inherited

Definition at line 57 of file multi_passthrough_target_socket.h.

◆ base_initiator_socket_type

◆ base_type

typedef multi_target_base<BUSWIDTH, TYPES, N, POL> tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::base_type
inherited

Definition at line 61 of file multi_passthrough_target_socket.h.

◆ bw_interface_type

typedef tlm_bw_transport_if< TYPES > tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::bw_interface_type
inherited

Definition at line 63 of file tlm_target_socket.h.

◆ dbg_cb

typedef unsigned int(MODULE::* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::dbg_cb) (int, transaction_type &txn)
inherited

Definition at line 58 of file multi_passthrough_target_socket.h.

◆ dmi_cb

typedef bool(MODULE::* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::dmi_cb) (int, transaction_type &txn, tlm::tlm_dmi &dmi)
inherited

Definition at line 59 of file multi_passthrough_target_socket.h.

◆ export_type

typedef sc_core::sc_export<fw_interface_type> tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::export_type
inherited

Definition at line 66 of file tlm_target_socket.h.

◆ fw_interface_type

typedef tlm_fw_transport_if< TYPES > tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::fw_interface_type
inherited

Definition at line 62 of file tlm_target_socket.h.

◆ nb_cb

typedef sync_enum_type(MODULE::* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::nb_cb) (int, transaction_type &, phase_type &, sc_core::sc_time &)
inherited

Definition at line 56 of file multi_passthrough_target_socket.h.

◆ phase_type

typedef TYPES::tlm_phase_type tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::phase_type
inherited

Definition at line 52 of file multi_passthrough_target_socket.h.

◆ port_type

typedef sc_core::sc_port<bw_interface_type, N , POL> tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::port_type
inherited

Definition at line 64 of file tlm_target_socket.h.

◆ sync_enum_type

typedef tlm::tlm_sync_enum tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::sync_enum_type
inherited

Definition at line 53 of file multi_passthrough_target_socket.h.

◆ transaction_type

typedef TYPES::tlm_payload_type tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::transaction_type
inherited

Definition at line 51 of file multi_passthrough_target_socket.h.

Constructor & Destructor Documentation

◆ multi_passthrough_target_socket_optional() [1/2]

template<typename MODULE , unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, unsigned int N = 0>
tlm_utils::multi_passthrough_target_socket_optional< MODULE, BUSWIDTH, TYPES, N >::multi_passthrough_target_socket_optional ( )
inline

Definition at line 323 of file multi_passthrough_target_socket.h.

◆ multi_passthrough_target_socket_optional() [2/2]

template<typename MODULE , unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, unsigned int N = 0>
tlm_utils::multi_passthrough_target_socket_optional< MODULE, BUSWIDTH, TYPES, N >::multi_passthrough_target_socket_optional ( const char *  name)
inlineexplicit

Definition at line 324 of file multi_passthrough_target_socket.h.

Member Function Documentation

◆ bind() [1/4]

virtual void tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::bind ( base_initiator_socket_type s)
inlinevirtualinherited

Definition at line 103 of file tlm_target_socket.h.

◆ bind() [2/4]

virtual void tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::bind ( base_type s)
inlinevirtualinherited

Definition at line 120 of file tlm_target_socket.h.

◆ bind() [3/4]

virtual void tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::bind ( fw_interface_type ifs)
inlinevirtualinherited

Definition at line 137 of file tlm_target_socket.h.

◆ bind() [4/4]

virtual void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::bind ( base_type s)
inlinevirtualinherited

Definition at line 248 of file multi_passthrough_target_socket.h.

◆ check_export_binding()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::check_export_binding ( )
inlineinherited

Definition at line 82 of file multi_passthrough_target_socket.h.

◆ default_name()

static const char* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::default_name ( )
inlinestaticinherited

Definition at line 65 of file multi_passthrough_target_socket.h.

◆ disable_cb_bind()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::disable_cb_bind ( )
inlineprotectedinherited

Definition at line 294 of file multi_passthrough_target_socket.h.

◆ display_error()

void tlm_utils::convenience_socket_base::display_error ( const char *  msg) const
inherited

◆ display_warning()

void tlm_utils::convenience_socket_base::display_warning ( const char *  msg) const
inherited

◆ end_of_elaboration()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::end_of_elaboration ( )
inlinevirtualinherited

◆ get_base_export() [1/2]

virtual sc_core::sc_export<tlm::tlm_fw_transport_if<TYPES> >& tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_export ( )
inlinevirtualinherited

◆ get_base_export() [2/2]

virtual const sc_core::sc_export<tlm::tlm_fw_transport_if<TYPES> >& tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_export ( ) const
inlinevirtualinherited

◆ get_base_interface() [1/2]

virtual tlm::tlm_fw_transport_if<TYPES>& tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_interface ( )
inlinevirtualinherited

◆ get_base_interface() [2/2]

virtual const tlm::tlm_fw_transport_if<TYPES>& tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_interface ( ) const
inlinevirtualinherited

◆ get_base_port() [1/2]

virtual sc_core::sc_port_b<tlm_bw_transport_if< TYPES > >& tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_base_port ( )
inlinevirtualinherited

◆ get_base_port() [2/2]

virtual sc_core::sc_port_b<tlm_bw_transport_if< TYPES > > const& tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_base_port ( ) const
inlinevirtualinherited

Definition at line 193 of file tlm_target_socket.h.

◆ get_binders()

std::vector<callback_binder_fw<TYPES>* >& tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_binders ( )
inlineprotectedvirtualinherited

◆ get_bus_width()

virtual unsigned int tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_bus_width ( ) const
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 185 of file tlm_target_socket.h.

◆ get_export_base() [1/2]

virtual sc_core::sc_export_base& tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_export_base ( )
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 181 of file tlm_target_socket.h.

◆ get_export_base() [2/2]

virtual sc_core::sc_export_base const& tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_export_base ( ) const
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 183 of file tlm_target_socket.h.

◆ get_hierarch_bind()

base_type* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_hierarch_bind ( )
inlineprotectedvirtualinherited

◆ get_last_binder()

tlm::tlm_fw_transport_if<TYPES>* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_last_binder ( tlm::tlm_bw_transport_if< TYPES > *  other)
inlineprotectedvirtualinherited

◆ get_multi_binds()

std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*>& tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_multi_binds ( )
inlineprotectedvirtualinherited

◆ get_port_base() [1/2]

virtual sc_core::sc_port_base& tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_port_base ( )
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 177 of file tlm_target_socket.h.

◆ get_port_base() [2/2]

virtual sc_core::sc_port_base const& tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_port_base ( ) const
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 179 of file tlm_target_socket.h.

◆ get_protocol_types()

template<unsigned int BUSWIDTH = 32, typename TYPES = tlm_base_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
virtual sc_core::sc_type_index tlm::tlm_target_socket< BUSWIDTH, TYPES, N, POL >::get_protocol_types ( ) const
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 247 of file tlm_target_socket.h.

◆ get_socket_category()

template<unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, unsigned int N = 0, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
virtual tlm::tlm_socket_category tlm_utils::multi_target_base< BUSWIDTH, TYPES, N, POL >::get_socket_category ( ) const
inlinevirtualinherited

◆ kind()

template<unsigned int BUSWIDTH = 32, typename TYPES = tlm_base_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
virtual const char* tlm::tlm_target_socket< BUSWIDTH, TYPES, N, POL >::kind ( ) const
inlinevirtualinherited

◆ operator()() [1/4]

void tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::operator() ( base_initiator_socket_type s)
inlineinherited

Definition at line 111 of file tlm_target_socket.h.

◆ operator()() [2/4]

void tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::operator() ( base_type s)
inlineinherited

Definition at line 128 of file tlm_target_socket.h.

◆ operator()() [3/4]

void tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::operator() ( fw_interface_type s)
inlineinherited

Definition at line 147 of file tlm_target_socket.h.

◆ operator()() [4/4]

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::operator() ( base_type s)
inlineinherited

Definition at line 265 of file multi_passthrough_target_socket.h.

◆ operator->()

bw_interface_type* tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::operator-> ( )
inlineinherited

Definition at line 163 of file tlm_target_socket.h.

◆ operator[]()

tlm::tlm_bw_transport_if<TYPES>* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::operator[] ( int  i)
inlineinherited

Definition at line 271 of file multi_passthrough_target_socket.h.

◆ register_b_transport()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::register_b_transport ( MODULE *  mod,
b_cb  cb 
)
inlineinherited

Definition at line 128 of file multi_passthrough_target_socket.h.

◆ register_get_direct_mem_ptr()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::register_get_direct_mem_ptr ( MODULE *  mod,
dmi_cb  cb 
)
inlineinherited

Definition at line 160 of file multi_passthrough_target_socket.h.

◆ register_nb_transport_fw()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::register_nb_transport_fw ( MODULE *  mod,
nb_cb  cb 
)
inlineinherited

Definition at line 112 of file multi_passthrough_target_socket.h.

◆ register_transport_dbg()

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::register_transport_dbg ( MODULE *  mod,
dbg_cb  cb 
)
inlineinherited

Definition at line 144 of file multi_passthrough_target_socket.h.

◆ set_hierarch_bind() [1/2]

void tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::set_hierarch_bind ( base_type h)
inlineprotectedinherited

Definition at line 284 of file multi_passthrough_target_socket.h.

◆ set_hierarch_bind() [2/2]

template<unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, unsigned int N = 0, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
virtual void tlm_utils::multi_target_base< BUSWIDTH, TYPES, N, POL >::set_hierarch_bind ( multi_target_base< BUSWIDTH, TYPES, N, POL > *  )
pure virtualinherited

◆ size() [1/2]

int tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::size ( ) const
inlineinherited

Definition at line 155 of file tlm_target_socket.h.

◆ size() [2/2]

unsigned int tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::size ( )
inlineinherited

Definition at line 275 of file multi_passthrough_target_socket.h.

Member Data Documentation

◆ m_b_f

callback_binder_fw<TYPES>::b_func_type tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_b_f
protectedinherited

Definition at line 309 of file multi_passthrough_target_socket.h.

◆ m_binders

std::vector<callback_binder_fw<TYPES>*> tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_binders
protectedinherited

Definition at line 299 of file multi_passthrough_target_socket.h.

◆ m_dbg_f

callback_binder_fw<TYPES>::debug_func_type tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_dbg_f
protectedinherited

Definition at line 310 of file multi_passthrough_target_socket.h.

◆ m_dmi_f

callback_binder_fw<TYPES>::dmi_func_type tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_dmi_f
protectedinherited

Definition at line 311 of file multi_passthrough_target_socket.h.

◆ m_eoe_disabled

bool tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_eoe_disabled
protectedinherited

Definition at line 302 of file multi_passthrough_target_socket.h.

◆ m_export_callback_created

bool tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_export_callback_created
protectedinherited

Definition at line 303 of file multi_passthrough_target_socket.h.

◆ m_hierarch_bind

base_type* tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_hierarch_bind
protectedinherited

Definition at line 301 of file multi_passthrough_target_socket.h.

◆ m_multi_binds

std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*> tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_multi_binds
protectedinherited

Definition at line 292 of file multi_passthrough_target_socket.h.

◆ m_nb_f

callback_binder_fw<TYPES>::nb_func_type tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_nb_f
protectedinherited

Definition at line 308 of file multi_passthrough_target_socket.h.

◆ m_port

port_type tlm::tlm_base_target_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::m_port
protectedinherited

Definition at line 207 of file tlm_target_socket.h.

◆ m_sockets

std::vector<tlm::tlm_bw_transport_if<TYPES>*> tlm_utils::multi_passthrough_target_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_sockets
protectedinherited

Definition at line 297 of file multi_passthrough_target_socket.h.


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