scc  2024.06
SystemC components library
axi::scv::axi_rec_target_socket< BUSWIDTH, TYPES, N, POL > Class Template Reference
Inheritance diagram for axi::scv::axi_rec_target_socket< BUSWIDTH, TYPES, N, POL >:
Collaboration diagram for axi::scv::axi_rec_target_socket< BUSWIDTH, TYPES, N, POL >:

Public Types

using fw_interface_type = axi::axi_fw_transport_if< TYPES >
 
using bw_interface_type = axi::axi_bw_transport_if< TYPES >
 
using port_type = sc_core::sc_port< bw_interface_type, N, POL >
 
using export_type = sc_core::sc_export< fw_interface_type >
 
using base_initiator_socket_type = tlm::tlm_base_initiator_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type >
 
using base_type = tlm::tlm_base_target_socket_b< BUSWIDTH, fw_interface_type, bw_interface_type >
 
- Public Types inherited from axi::axi_target_socket< 32, axi::axi_protocol_types, 1, sc_core::SC_ONE_OR_MORE_BOUND >
using base_type = tlm::tlm_base_target_socket< BUSWIDTH, axi_fw_transport_if< axi::axi_protocol_types >, axi_bw_transport_if< axi::axi_protocol_types >, N, POL >
 base type alias
 

Public Member Functions

 axi_rec_target_socket (const char *name)
 
virtual const char * kind () const
 
virtual void bind (base_type &s)
 
virtual void bind (fw_interface_type &ifs)
 
sc_core::sc_port_b< bw_interface_type > & get_base_port () override
 
sc_core::sc_port_b< bw_interface_type > const & get_base_port () const override
 
bw_interface_type * operator-> ()
 
void setExtensionRecording (tlm::scc::scv::tlm_extensions_recording_if< TYPES > *extensionRecording)
 
- Public Member Functions inherited from axi::axi_target_socket< 32, axi::axi_protocol_types, 1, sc_core::SC_ONE_OR_MORE_BOUND >
 axi_target_socket ()
 default constructor using a generated instance name
 
 axi_target_socket (const char *name)
 constructor with instance name More...
 
const char * kind () const override
 get the kind of this sc_object More...
 

Protected Attributes

axi::scv::axi_recorder< TYPES > recorder
 

Detailed Description

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class axi::scv::axi_rec_target_socket< BUSWIDTH, TYPES, N, POL >

Definition at line 100 of file axi_rec_sockets.h.


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