|
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 > |
|
using | base_type = tlm::tlm_base_initiator_socket< BUSWIDTH, axi_fw_transport_if< axi::axi_protocol_types >, axi_bw_transport_if< axi::axi_protocol_types >, N, POL > |
| base type alias
|
|
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_initiator_socket< BUSWIDTH, TYPES, N, POL >
Definition at line 27 of file axi_rec_sockets.h.