TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
Public Member Functions | List of all members
tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL > Class Template Reference

#include <tlm_core/tlm_2/tlm_sockets/tlm_initiator_socket.h>

Inheritance diagram for tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL >:
Inheritance graph
[legend]
Collaboration diagram for tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL >:
Collaboration graph
[legend]

Public Member Functions

 tlm_initiator_socket ()
 
 tlm_initiator_socket (const char *name)
 
virtual const char * kind () const
 
- Public Member Functions inherited from tlm::tlm_base_initiator_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, N, POL >
 tlm_base_initiator_socket ()
 
 tlm_base_initiator_socket (const char *name)
 
unsigned int get_bus_width () const
 
virtual void bind (base_target_socket_type &s)
 
virtual void bind (base_type &s)
 
virtual void bind (bw_interface_type &ifs)
 
void operator() (base_target_socket_type &s)
 
void operator() (base_type &s)
 
void operator() (bw_interface_type &s)
 
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
 
virtual tlm_bw_transport_if
< TYPES > & 
get_base_interface ()
 
virtual tlm_bw_transport_if
< TYPES >const & 
get_base_interface () const
 
virtual sc_core::sc_export
< tlm_bw_transport_if< TYPES > > & 
get_base_export ()
 
virtual sc_core::sc_export
< tlm_bw_transport_if< TYPES >
> const & 
get_base_export () const
 
- Public Member Functions inherited from tlm::tlm_base_initiator_socket_b< BUSWIDTH, FW_IF, BW_IF >
virtual ~tlm_base_initiator_socket_b ()
 
- Public Member Functions inherited from sc_core::sc_port< IF, N, P >
 sc_port ()
 
 sc_port (const char *name_)
 
 sc_port (IF &interface_)
 
 sc_port (const char *name_, IF &interface_)
 
 sc_port (base_type &parent_)
 
 sc_port (const char *name_, base_type &parent_)
 
 sc_port (this_type &parent_)
 
 sc_port (const char *name_, this_type &parent_)
 
virtual ~sc_port ()
 
- Public Member Functions inherited from sc_core::sc_port_b< IF >
SC_VIRTUAL_ void bind (IF &interface_)
 
void operator() (IF &interface_)
 
SC_VIRTUAL_ void bind (port_type &parent_)
 
void operator() (port_type &parent_)
 
int size () const
 
IF * operator-> ()
 
const IF * operator-> () const
 
const IF * get_interface (int iface_i) const
 
IF * get_interface (int iface_i)
 
IF * operator[] (int index_)
 
const IF * operator[] (int index_) const
 
virtual sc_interfaceget_interface ()
 
virtual const sc_interfaceget_interface () const
 

Additional Inherited Members

- Public Types inherited from tlm::tlm_base_initiator_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, N, POL >
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_type
export_type
 
typedef
tlm_base_target_socket_b
< BUSWIDTH, fw_interface_type,
bw_interface_type
base_target_socket_type
 
typedef
tlm_base_initiator_socket_b
< BUSWIDTH, fw_interface_type,
bw_interface_type
base_type
 
- Public Types inherited from sc_core::sc_port_b< IF >
typedef sc_port_base base_type
 
typedef sc_port_b< IF > this_type
 
typedef this_type port_type
 
- Protected Member Functions inherited from sc_core::sc_port_b< IF >
 sc_port_b (int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND)
 
 sc_port_b (const char *name_, int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND)
 
virtual ~sc_port_b ()
 
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
 
- Protected Member Functions inherited from sc_core::sc_port_base
virtual void add_interface (sc_interface *)=0
 
virtual int interface_count ()=0
 
virtual const char * if_typename () const =0
 
- Protected Attributes inherited from tlm::tlm_base_initiator_socket< BUSWIDTH, tlm_fw_transport_if< TYPES >, tlm_bw_transport_if< TYPES >, N, POL >
export_type m_export
 

Detailed Description

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>
class tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL >

Definition at line 207 of file tlm_initiator_socket.h.

Constructor & Destructor Documentation

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>
tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL >::tlm_initiator_socket ( )
inline

Definition at line 218 of file tlm_initiator_socket.h.

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>
tlm::tlm_initiator_socket< BUSWIDTH, TYPES, N, POL >::tlm_initiator_socket ( const char *  name)
inlineexplicit

Definition at line 230 of file tlm_initiator_socket.h.

Member Function Documentation

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
inlinevirtual

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