|
| passthrough_target_socket_tagged_optional () |
|
| passthrough_target_socket_tagged_optional (const char *name) |
|
| passthrough_target_socket_tagged_b (const char *n=default_name()) |
|
void | register_nb_transport_fw (MODULE *mod, sync_enum_type(MODULE::*cb)(int id, transaction_type &, phase_type &, sc_core::sc_time &), int id) |
|
void | register_b_transport (MODULE *mod, void(MODULE::*cb)(int id, transaction_type &, sc_core::sc_time &), int id) |
|
void | register_transport_dbg (MODULE *mod, unsigned int(MODULE::*cb)(int id, transaction_type &), int id) |
|
void | register_get_direct_mem_ptr (MODULE *mod, bool(MODULE::*cb)(int id, transaction_type &, tlm::tlm_dmi &), int id) |
|
| tlm_target_socket () |
|
| tlm_target_socket (const char *name) |
|
virtual const char * | kind () const |
|
virtual std::type_index | get_protocol_types () const |
|
| tlm_base_target_socket () |
|
| tlm_base_target_socket (const char *name) |
|
virtual void | bind (base_initiator_socket_type &s) |
|
virtual void | bind (base_type &s) |
|
virtual void | bind (fw_interface_type &ifs) |
|
void | operator() (base_initiator_socket_type &s) |
|
void | operator() (base_type &s) |
|
void | operator() (fw_interface_type &s) |
|
int | size () const |
|
bw_interface_type * | operator-> () |
|
bw_interface_type * | operator[] (int i) |
|
virtual sc_core::sc_port_base & | get_port_base () |
|
virtual sc_core::sc_port_base const & | get_port_base () const |
|
virtual sc_core::sc_export_base & | get_export_base () |
|
virtual sc_core::sc_export_base const & | get_export_base () const |
|
virtual unsigned int | get_bus_width () const |
|
virtual tlm_socket_category | get_socket_category () const |
|
virtual sc_core::sc_port_b< tlm_bw_transport_if< tlm::tlm_base_protocol_types > > & | get_base_port () |
|
virtual sc_core::sc_port_b< tlm_bw_transport_if< tlm::tlm_base_protocol_types > > const & | get_base_port () const |
|
virtual tlm_fw_transport_if< tlm::tlm_base_protocol_types > & | get_base_interface () |
|
virtual tlm_fw_transport_if< tlm::tlm_base_protocol_types > const & | get_base_interface () const |
|
virtual sc_core::sc_export< tlm_fw_transport_if< tlm::tlm_base_protocol_types > > & | get_base_export () |
|
virtual sc_core::sc_export< tlm_fw_transport_if< tlm::tlm_base_protocol_types > > const & | get_base_export () const |
|
virtual | ~tlm_base_target_socket_b () |
|
| sc_export () |
|
| sc_export (const char *n) |
|
virtual | ~sc_export () |
|
void | operator() (tlm_fw_transport_if< tlm::tlm_base_protocol_types > &i) |
|
virtual void | bind (tlm_fw_transport_if< tlm::tlm_base_protocol_types > &i) |
|
| operator tlm_fw_transport_if< tlm::tlm_base_protocol_types > & () |
|
| operator const tlm_fw_transport_if< tlm::tlm_base_protocol_types > & () const |
|
tlm_fw_transport_if< tlm::tlm_base_protocol_types > * | operator-> () |
|
const tlm_fw_transport_if< tlm::tlm_base_protocol_types > * | operator-> () const |
|
sc_interface * | get_iterface () override |
|
const sc_interface * | get_interface () const override |
|
| sc_export_base (const char *n) |
|
| ~sc_export_base () |
|
const char * | name () const |
|
const char * | basename () const |
|
virtual void | print (std::ostream &=std::cout) const |
|
virtual void | dump (std::ostream &=std::cout) const |
|
virtual const std::vector< sc_object * > & | get_child_objects () const |
|
virtual const std::vector< sc_event * > & | get_child_events () const |
|
sc_object * | get_parent_object () const |
|
bool | add_attribute (sc_attr_base &) |
|
sc_attr_base * | get_attribute (const std::string &) |
|
sc_attr_base * | remove_attribute (const std::string &) |
|
void | remove_all_attributes () |
|
int | num_attributes () const |
|
sc_attr_cltn & | attr_cltn () |
|
const sc_attr_cltn & | attr_cltn () const |
|
sc_simcontext * | simcontext () const |
|
template<typename MODULE, unsigned int BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types>
class tlm_utils::passthrough_target_socket_tagged_optional< MODULE, BUSWIDTH, TYPES >
Definition at line 501 of file passthrough_target_socket.h.