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

#include <tlm_utils/multi_passthrough_initiator_socket.h>

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

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::* dmi_cb) (int, sc_dt::uint64, sc_dt::uint64)
 
typedef multi_init_base< BUSWIDTH, TYPES, N, POL > base_type
 
typedef base_type::base_target_socket_type base_target_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< fw_interface_type, N, POL > port_type
 
typedef sc_core::sc_export< bw_interface_typeexport_type
 
typedef unsigned phase_cb_mask
 
typedef sc_port_b< IF > this_type
 

Public Member Functions

 multi_passthrough_initiator_socket (const char *name=default_name())
 
 ~multi_passthrough_initiator_socket ()
 
void register_nb_transport_bw (MODULE *mod, sync_enum_type(MODULE::*cb)(int, transaction_type &, phase_type &, sc_core::sc_time &))
 
void register_invalidate_direct_mem_ptr (MODULE *mod, void(MODULE::*cb)(int, sc_dt::uint64, sc_dt::uint64))
 
virtual tlm::tlm_bw_transport_if< TYPES > & get_base_interface ()
 
virtual const tlm::tlm_bw_transport_if< TYPES > & get_base_interface () const
 
virtual sc_core::sc_export< tlm::tlm_bw_transport_if< TYPES > > & get_base_export ()
 
virtual const sc_core::sc_export< tlm::tlm_bw_transport_if< TYPES > > & get_base_export () const
 
virtual void bind (base_target_socket_type &s)
 
void operator() (base_target_socket_type &s)
 
void before_end_of_elaboration ()
 
virtual void bind (base_type &s)
 
void operator() (base_type &s)
 
tlm::tlm_fw_transport_if< TYPES > * operator[] (int i)
 
unsigned int size ()
 
virtual tlm::tlm_socket_category get_socket_category () const
 
virtual const char * kind () const
 
virtual sc_core::sc_type_index get_protocol_types () const
 
virtual void bind (base_target_socket_type &s)
 
virtual void bind (bw_interface_type &ifs)
 
SC_VIRTUAL_ void bind (IF &interface_)
 
SC_VIRTUAL_ void bind (port_type &parent_)
 
void operator() (base_target_socket_type &s)
 
void operator() (bw_interface_type &s)
 
void operator() (IF &interface_)
 
void operator() (port_type &parent_)
 
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_fw_transport_if< TYPES > > & get_base_port ()
 
virtual sc_core::sc_port_b< tlm_fw_transport_if< TYPES > > const & get_base_port () const
 
int size () const
 
IF * operator-> ()
 
const IF * operator-> () const
 
const IF * get_interface (int iface_i) const
 
IF * get_interface (int iface_i)
 
virtual sc_interface * get_interface ()
 
virtual const sc_interface * get_interface () const
 
const IF * operator[] (int index_) const
 
virtual sc_type_index get_interface_type () const
 
int bind_count ()
 
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 ()
 
void disable_cb_bind ()
 
std::vector< callback_binder_bw< TYPES > *> & get_binders ()
 
std::vector< tlm::tlm_fw_transport_if< TYPES > * > & get_sockets ()
 
void bind (sc_interface &interface_)
 
void bind (this_type &parent_)
 
virtual int vbind (sc_interface &)
 
virtual int vbind (sc_port_base &)
 
virtual void make_sensitive (sc_thread_handle, sc_event_finder *=0) const
 
virtual void make_sensitive (sc_method_handle, sc_event_finder *=0) const
 
virtual void 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
 
void add_static_event (sc_method_handle process_p, const sc_event &event) const
 
void add_static_event (sc_thread_handle process_p, const sc_event &event) 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::vector< tlm::tlm_fw_transport_if< TYPES > * > m_sockets
 
std::vector< tlm::tlm_fw_transport_if< TYPES > * > m_used_sockets
 
std::vector< callback_binder_bw< TYPES > * > m_binders
 
base_typem_hierarch_bind
 
bool m_beoe_disabled
 
callback_binder_bw< TYPES > m_dummy
 
callback_binder_bw< TYPES >::nb_func_type m_nb_f
 
callback_binder_bw< TYPES >::dmi_func_type m_dmi_f
 
export_type m_export
 
sc_bind_info * m_bind_info
 

Detailed Description

template<typename MODULE, 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>
class tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >

Definition at line 41 of file multi_passthrough_initiator_socket.h.

Member Typedef Documentation

◆ base_target_socket_type

template<typename MODULE, 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>
typedef base_type::base_target_socket_type tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::base_target_socket_type

Definition at line 61 of file multi_passthrough_initiator_socket.h.

◆ base_type

template<typename MODULE, 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>
typedef multi_init_base<BUSWIDTH, TYPES, N, POL> tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::base_type

Definition at line 59 of file multi_passthrough_initiator_socket.h.

◆ bw_interface_type

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

Definition at line 73 of file tlm_initiator_socket.h.

◆ dmi_cb

template<typename MODULE, 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>
typedef void(MODULE::* tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::dmi_cb) (int, sc_dt::uint64, sc_dt::uint64)

Definition at line 57 of file multi_passthrough_initiator_socket.h.

◆ export_type

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

Definition at line 76 of file tlm_initiator_socket.h.

◆ fw_interface_type

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

Definition at line 72 of file tlm_initiator_socket.h.

◆ nb_cb

template<typename MODULE, 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>
typedef sync_enum_type(MODULE::* tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::nb_cb) (int, transaction_type &, phase_type &, sc_core::sc_time &)

Definition at line 53 of file multi_passthrough_initiator_socket.h.

◆ phase_type

template<typename MODULE, 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>
typedef TYPES::tlm_phase_type tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::phase_type

Definition at line 49 of file multi_passthrough_initiator_socket.h.

◆ port_type

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

Definition at line 74 of file tlm_initiator_socket.h.

◆ sync_enum_type

template<typename MODULE, 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>
typedef tlm::tlm_sync_enum tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::sync_enum_type

Definition at line 50 of file multi_passthrough_initiator_socket.h.

◆ transaction_type

template<typename MODULE, 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>
typedef TYPES::tlm_payload_type tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::transaction_type

Definition at line 48 of file multi_passthrough_initiator_socket.h.

Constructor & Destructor Documentation

◆ multi_passthrough_initiator_socket()

template<typename MODULE, 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>
tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::multi_passthrough_initiator_socket ( const char *  name = default_name())
inlineexplicit

Definition at line 67 of file multi_passthrough_initiator_socket.h.

◆ ~multi_passthrough_initiator_socket()

template<typename MODULE, 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>
tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::~multi_passthrough_initiator_socket ( )
inline

Definition at line 75 of file multi_passthrough_initiator_socket.h.

Member Function Documentation

◆ before_end_of_elaboration()

template<typename MODULE, 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>
void tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::before_end_of_elaboration ( )
inlinevirtual

Reimplemented from sc_core::sc_port< IF, N, P >.

Definition at line 183 of file multi_passthrough_initiator_socket.h.

◆ bind() [1/4]

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

◆ bind() [2/4]

template<typename MODULE, 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_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::bind ( base_target_socket_type s)
inlinevirtual

Definition at line 146 of file multi_passthrough_initiator_socket.h.

◆ bind() [3/4]

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

Definition at line 147 of file tlm_initiator_socket.h.

◆ bind() [4/4]

template<typename MODULE, 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_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::bind ( base_type s)
inlinevirtual

◆ default_name()

template<typename MODULE, 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>
static const char* tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::default_name ( )
inlinestatic

Definition at line 63 of file multi_passthrough_initiator_socket.h.

◆ disable_cb_bind()

template<typename MODULE, 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>
void tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::disable_cb_bind ( )
inlineprotectedvirtual

◆ 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

◆ get_base_export() [1/2]

template<typename MODULE, 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 sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES> >& tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_export ( )
inlinevirtual

◆ get_base_export() [2/2]

template<typename MODULE, 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 const sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES> >& tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_export ( ) const
inlinevirtual

◆ get_base_interface() [1/2]

template<typename MODULE, 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_bw_transport_if<TYPES>& tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_interface ( )
inlinevirtual

◆ get_base_interface() [2/2]

template<typename MODULE, 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 const tlm::tlm_bw_transport_if<TYPES>& tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_base_interface ( ) const
inlinevirtual

◆ get_base_port() [1/2]

virtual sc_core::sc_port_b<tlm_fw_transport_if< TYPES > >& tlm::tlm_base_initiator_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_fw_transport_if< TYPES > > const& tlm::tlm_base_initiator_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::get_base_port ( ) const
inlinevirtualinherited

◆ get_binders()

template<typename MODULE, 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>
std::vector<callback_binder_bw<TYPES>* >& tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_binders ( )
inlineprotectedvirtual

◆ get_bus_width()

virtual unsigned int tlm::tlm_base_initiator_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 166 of file tlm_initiator_socket.h.

◆ get_export_base() [1/2]

virtual sc_core::sc_export_base& tlm::tlm_base_initiator_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 162 of file tlm_initiator_socket.h.

◆ get_export_base() [2/2]

virtual sc_core::sc_export_base const& tlm::tlm_base_initiator_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 164 of file tlm_initiator_socket.h.

◆ get_hierarch_bind()

template<typename MODULE, 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>
base_type* tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_hierarch_bind ( )
inlineprotectedvirtual

◆ get_port_base() [1/2]

virtual sc_core::sc_port_base& tlm::tlm_base_initiator_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 158 of file tlm_initiator_socket.h.

◆ get_port_base() [2/2]

virtual sc_core::sc_port_base const& tlm::tlm_base_initiator_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 160 of file tlm_initiator_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_initiator_socket< BUSWIDTH, TYPES, N, POL >::get_protocol_types ( ) const
inlinevirtualinherited

Implements tlm::tlm_base_socket_if.

Definition at line 227 of file tlm_initiator_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_init_base< BUSWIDTH, TYPES, N, POL >::get_socket_category ( ) const
inlinevirtualinherited

◆ get_sockets()

template<typename MODULE, 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>
std::vector<tlm::tlm_fw_transport_if<TYPES>*>& tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::get_sockets ( )
inlineprotectedvirtual

◆ 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_initiator_socket< BUSWIDTH, TYPES, N, POL >::kind ( ) const
inlinevirtualinherited

◆ operator()() [1/4]

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

Definition at line 121 of file tlm_initiator_socket.h.

◆ operator()() [2/4]

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

Definition at line 152 of file tlm_initiator_socket.h.

◆ operator()() [3/4]

template<typename MODULE, 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>
void tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::operator() ( base_target_socket_type s)
inline

Definition at line 177 of file multi_passthrough_initiator_socket.h.

◆ operator()() [4/4]

template<typename MODULE, 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>
void tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::operator() ( base_type s)
inline

Definition at line 233 of file multi_passthrough_initiator_socket.h.

◆ operator[]()

template<typename MODULE, 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>
tlm::tlm_fw_transport_if<TYPES>* tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::operator[] ( int  i)
inline

Definition at line 239 of file multi_passthrough_initiator_socket.h.

◆ register_invalidate_direct_mem_ptr()

template<typename MODULE, 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>
void tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::register_invalidate_direct_mem_ptr ( MODULE *  mod,
void(MODULE::*)(int, sc_dt::uint64, sc_dt::uint64 cb 
)
inline

Definition at line 98 of file multi_passthrough_initiator_socket.h.

◆ register_nb_transport_bw()

template<typename MODULE, 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>
void tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::register_nb_transport_bw ( MODULE *  mod,
sync_enum_type(MODULE::*)(int, transaction_type &, phase_type &, sc_core::sc_time &)  cb 
)
inline

Definition at line 81 of file multi_passthrough_initiator_socket.h.

◆ size()

template<typename MODULE, 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>
unsigned int tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::size ( )
inline

Definition at line 243 of file multi_passthrough_initiator_socket.h.

Member Data Documentation

◆ m_beoe_disabled

template<typename MODULE, 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>
bool tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_beoe_disabled
protected

Definition at line 261 of file multi_passthrough_initiator_socket.h.

◆ m_binders

template<typename MODULE, 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>
std::vector<callback_binder_bw<TYPES>*> tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_binders
protected

Definition at line 258 of file multi_passthrough_initiator_socket.h.

◆ m_dmi_f

template<typename MODULE, 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>
callback_binder_bw<TYPES>::dmi_func_type tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_dmi_f
protected

Definition at line 269 of file multi_passthrough_initiator_socket.h.

◆ m_dummy

template<typename MODULE, 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>
callback_binder_bw<TYPES> tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_dummy
protected

Definition at line 262 of file multi_passthrough_initiator_socket.h.

◆ m_export

export_type tlm::tlm_base_initiator_socket< BUSWIDTH, tlm_fw_transport_if< TYPES > , tlm_bw_transport_if< TYPES > , N, POL >::m_export
protectedinherited

Definition at line 188 of file tlm_initiator_socket.h.

◆ m_hierarch_bind

template<typename MODULE, 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>
base_type* tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_hierarch_bind
protected

Definition at line 260 of file multi_passthrough_initiator_socket.h.

◆ m_nb_f

template<typename MODULE, 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>
callback_binder_bw<TYPES>::nb_func_type tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_nb_f
protected

Definition at line 268 of file multi_passthrough_initiator_socket.h.

◆ m_sockets

template<typename MODULE, 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>
std::vector<tlm::tlm_fw_transport_if<TYPES>*> tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_sockets
protected

Definition at line 255 of file multi_passthrough_initiator_socket.h.

◆ m_used_sockets

template<typename MODULE, 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>
std::vector<tlm::tlm_fw_transport_if<TYPES>*> tlm_utils::multi_passthrough_initiator_socket< MODULE, BUSWIDTH, TYPES, N, POL >::m_used_sockets
protected

Definition at line 256 of file multi_passthrough_initiator_socket.h.


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