scc  2024.06
SystemC components library
scc::socket_width_adapter< TGT_WIDTH, INTOR_BUSWIDTH, TYPES, N, POL > Class Template Reference
Inheritance diagram for scc::socket_width_adapter< TGT_WIDTH, INTOR_BUSWIDTH, TYPES, N, POL >:
Collaboration diagram for scc::socket_width_adapter< TGT_WIDTH, INTOR_BUSWIDTH, TYPES, N, POL >:

Public Types

using tlm_payload_type = typename TYPES::tlm_payload_type
 
using tlm_phase_type = typename TYPES::tlm_phase_type
 
using target_socket_type = tlm::tlm_target_socket< TGT_WIDTH, TYPES, N, POL >
 
using initiator_socket_type = tlm::tlm_initiator_socket< INTOR_BUSWIDTH, TYPES, N, POL >
 

Public Member Functions

 socket_width_adapter (sc_core::sc_module_name const &nm)
 
 socket_width_adapter (socket_width_adapter const &)=delete
 
 socket_width_adapter (socket_width_adapter &&)=delete
 

Public Attributes

target_socket_type tsck {"tsck"}
 
initiator_socket_type isck {"isck"}
 

Detailed Description

template<unsigned int TGT_WIDTH = 32, unsigned int INTOR_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 scc::socket_width_adapter< TGT_WIDTH, INTOR_BUSWIDTH, TYPES, N, POL >

Definition at line 27 of file socket_width_adapter.h.


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