Searched refs:multi_passthrough_target_socket (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_target_socket.h43 class multi_passthrough_target_socket : class in namespace:tlm_utils
70 return sc_core::sc_gen_unique_name("multi_passthrough_target_socket");
73 explicit multi_passthrough_target_socket(const char *name=default_name()) : function in class:tlm_utils::multi_passthrough_target_socket
78 ~multi_passthrough_target_socket()
369 public multi_passthrough_target_socket<
372 typedef multi_passthrough_target_socket<
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h46 class multi_passthrough_target_socket: public multi_target_base< BUSWIDTH, class in namespace:tlm_utils
81 multi_passthrough_target_socket() function in class:tlm_utils::multi_passthrough_target_socket
82 : base_type(sc_core::sc_gen_unique_name("multi_passthrough_target_socket"))
90 multi_passthrough_target_socket(const char* name) function in class:tlm_utils::multi_passthrough_target_socket
98 ~multi_passthrough_target_socket(){
/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp23 #include "tlm_utils/multi_passthrough_target_socket.h"
68 tlm_utils::multi_passthrough_target_socket<target_module> target_socket;
69 tlm_utils::multi_passthrough_target_socket<target_module, 32, tlm::tlm_base_protocol_types,0,::sc_core::SC_ZERO_OR_MORE_BOUND> target_optional;
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h26 #include "tlm_utils/multi_passthrough_target_socket.h"
52 typedef tlm_utils::multi_passthrough_target_socket<MultiSocketSimpleSwitchAT> target_socket_type;
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp18 #include "tlm_utils/multi_passthrough_target_socket.h"
183 tlm_utils::multi_passthrough_target_socket<Interconnect, 32> targ_socket;

Completed in 11 milliseconds