gem5 v24.1.0.1
|
#include <simple_target_socket.h>
Public Member Functions | |
simple_target_socket () | |
simple_target_socket (const char *name) | |
![]() | |
simple_target_socket_b (const char *n=default_name()) | |
tlm::tlm_bw_transport_if< TYPES > * | operator-> () |
void | register_nb_transport_fw (MODULE *mod, sync_enum_type(MODULE::*cb)(transaction_type &, phase_type &, sc_core::sc_time &)) |
void | register_b_transport (MODULE *mod, void(MODULE::*cb)(transaction_type &, sc_core::sc_time &)) |
void | register_transport_dbg (MODULE *mod, unsigned int(MODULE::*cb)(transaction_type &)) |
void | register_get_direct_mem_ptr (MODULE *mod, bool(MODULE::*cb)(transaction_type &, tlm::tlm_dmi &)) |
![]() | |
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) |
The following warning is disabled because the bind methods are overloaded in the derived class and the base class. | |
void | operator() (base_initiator_socket_type &s) |
virtual void | bind (base_type &s) |
void | operator() (base_type &s) |
virtual void | bind (fw_interface_type &ifs) |
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< BW_IF > & | get_base_port () |
virtual sc_core::sc_port_b< BW_IF > const & | get_base_port () const |
virtual FW_IF & | get_base_interface () |
virtual FW_IF const & | get_base_interface () const |
virtual sc_core::sc_export< FW_IF > & | get_base_export () |
virtual sc_core::sc_export< FW_IF > const & | get_base_export () const |
![]() | |
virtual | ~tlm_base_target_socket_b () |
![]() | |
sc_export () | |
sc_export (const char *n) | |
virtual | ~sc_export () |
void | operator() (IF &i) |
The following warning is disabled because the bind methods are overloaded in the derived class and the base class. | |
virtual void | bind (IF &i) |
operator IF & () | |
operator const IF & () const | |
IF * | operator-> () |
const IF * | 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 |
Private Types | |
typedef simple_target_socket_b< MODULE, BUSWIDTH, TYPES > | socket_b |
Definition at line 588 of file simple_target_socket.h.
|
private |
Definition at line 591 of file simple_target_socket.h.
|
inline |
Definition at line 593 of file simple_target_socket.h.
|
inlineexplicit |
Definition at line 594 of file simple_target_socket.h.