|
using | fw_interface_type = tlm::tlm_fw_transport_if< TYPES > |
|
using | bw_interface_type = tlm::tlm_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 > |
|
|
| tlm_rec_target_socket (const char *name) |
|
virtual const char * | kind () const |
|
virtual void | bind (base_type &s) |
|
virtual void | bind (fw_interface_type &ifs) |
|
bw_interface_type * | operator-> () |
|
void | setExtensionRecording (tlm_extensions_recording_if< TYPES > *extensionRecording) |
|
|
sc_core::sc_port< fw_interface_type > | fw_port {sc_core::sc_gen_unique_name("$$$__rec_fw__$$$")} |
|
scv::tlm_recorder< TYPES > | recorder |
|
template<unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class tlm::scc::scv::tlm_rec_target_socket< BUSWIDTH, TYPES, N, POL >
Definition at line 35 of file tlm_rec_target_socket.h.
The documentation for this class was generated from the following file: