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

Public Types

using tlm_payload_type = typename TYPES::tlm_payload_type
 
using tlm_phase_type = typename TYPES::tlm_phase_type
 
using target_socket_type = TSOCKET_TYPE
 
using initiator_socket_type = ISOCKET_TYPE
 

Public Member Functions

 tlm2_pv_av_initiator_adapter (sc_core::sc_module_name const &nm)
 
void bind_pv (initiator_socket_type &isck)
 
void bind_av (initiator_socket_type &isck)
 

Public Attributes

initiator_socket_type isck {"isck"}
 

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, typename TSOCKET_TYPE = tlm::tlm_target_socket<BUSWIDTH, TYPES, N, POL>, typename ISOCKET_TYPE = tlm::tlm_initiator_socket<BUSWIDTH, TYPES, N, POL>>
class tlm::scc::tlm2_pv_av_initiator_adapter< BUSWIDTH, TYPES, N, POL, TSOCKET_TYPE, ISOCKET_TYPE >

Definition at line 112 of file tlm2_pv_av.h.


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