|
scc 2025.09
SystemC components library
|


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<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 Types inherited from axi::axi_initiator_socket< 32, axi::axi_protocol_types, 1, sc_core::SC_ONE_OR_MORE_BOUND > | |
| using | base_type |
| base type alias | |
Public Member Functions | |
| axi_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::scc::scv::tlm_extensions_recording_if< TYPES > *extensionRecording) |
| Public Member Functions inherited from axi::axi_initiator_socket< 32, axi::axi_protocol_types, 1, sc_core::SC_ONE_OR_MORE_BOUND > | |
| axi_initiator_socket () | |
| default constructor using a generated instance name | |
| const char * | kind () const override |
| get the kind of this sc_object | |
Protected Attributes | |
| axi::scv::axi_recorder< TYPES > | recorder |
Definition at line 27 of file axi_rec_sockets.h.
| using axi::scv::axi_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >::base_target_socket_type = tlm::tlm_base_target_socket_b<BUSWIDTH, fw_interface_type, bw_interface_type> |
Definition at line 39 of file axi_rec_sockets.h.
| using axi::scv::axi_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >::base_type = tlm::tlm_base_initiator_socket_b<BUSWIDTH, fw_interface_type, bw_interface_type> |
Definition at line 40 of file axi_rec_sockets.h.
| using axi::scv::axi_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >::bw_interface_type = axi::axi_bw_transport_if<TYPES> |
Definition at line 36 of file axi_rec_sockets.h.
| using axi::scv::axi_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >::export_type = sc_core::sc_export<bw_interface_type> |
Definition at line 38 of file axi_rec_sockets.h.
| using axi::scv::axi_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >::fw_interface_type = axi::axi_fw_transport_if<TYPES> |
Definition at line 35 of file axi_rec_sockets.h.
| using axi::scv::axi_rec_initiator_socket< BUSWIDTH, TYPES, N, POL >::port_type = sc_core::sc_port<fw_interface_type, N, POL> |
Definition at line 37 of file axi_rec_sockets.h.
|
inline |
Definition at line 42 of file axi_rec_sockets.h.
|
inlineexplicit |
Definition at line 49 of file axi_rec_sockets.h.
|
inlinevirtual |
Definition at line 53 of file axi_rec_sockets.h.
|
inlinevirtual |
Definition at line 63 of file axi_rec_sockets.h.
|
inlinevirtual |
Definition at line 75 of file axi_rec_sockets.h.
|
inlinevirtual |
Definition at line 88 of file axi_rec_sockets.h.
|
inlinevirtual |
Definition at line 55 of file axi_rec_sockets.h.
|
inline |
Definition at line 90 of file axi_rec_sockets.h.
|
protected |
Definition at line 95 of file axi_rec_sockets.h.