|
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 > |
|
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
|
|
|
| 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) |
|
| 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...
|
|
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.