scc  2022.4.0
SystemC components library
tlm::scc::scv::tlm_rec_initiator_socket< BUSWIDTH, TYPES, N, POL > Class Template Reference
Inheritance diagram for tlm::scc::scv::tlm_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >:
Collaboration diagram for tlm::scc::scv::tlm_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >:

Public Types

using fw_interface_type = tlm::tlm_fw_transport_if< TYPES >
 
using bw_interface_type = tlm::tlm_bw_transport_if< TYPES >
 
using port_type = sc_core::sc_port< fw_interface_type, N, POL >
 
using export_type = sc_core::sc_export< bw_interface_type >
 
using base_target_socket_type = tlm::tlm_base_target_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type >
 
using base_type = tlm::tlm_base_initiator_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type >
 

Public Member Functions

 tlm_rec_initiator_socket (const char *name)
 
virtual const char * kind () const
 
virtual void bind (base_target_socket_type &s)
 
virtual void bind (base_type &s)
 
virtual void bind (bw_interface_type &ifs)
 
void setExtensionRecording (tlm_extensions_recording_if< TYPES > *extensionRecording)
 

Protected Attributes

sc_core::sc_port< tlm::tlm_fw_transport_if< TYPES > > fw_port {sc_core::sc_gen_unique_name("$$$__rec_fw__$$$")}
 
sc_core::sc_port< tlm::tlm_bw_transport_if< TYPES > > bw_port {sc_core::sc_gen_unique_name("$$$__rec_bw__$$$")}
 
scv::tlm_recorder< TYPES > recorder
 

Detailed Description

template<unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class tlm::scc::scv::tlm_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >

Definition at line 35 of file tlm_rec_initiator_socket.h.


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