Searched refs:SimpleLTInitiator_ext (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dext2gp.cpp22 #include "SimpleLTInitiator_ext.h"
29 SimpleLTInitiator_ext initiator("initiator", 10, 0x0);
H A DSimpleLTInitiator_ext.h33 class SimpleLTInitiator_ext : public sc_core::sc_module class in inherits:sc_core::sc_module
40 typedef tlm_utils::simple_initiator_socket<SimpleLTInitiator_ext, 32,
47 SC_HAS_PROCESS(SimpleLTInitiator_ext);
48 SimpleLTInitiator_ext(sc_core::sc_module_name name, function in class:SimpleLTInitiator_ext
60 socket.register_nb_transport_bw(this, &SimpleLTInitiator_ext::myNBTransport);
61 socket.register_invalidate_direct_mem_ptr(this, &SimpleLTInitiator_ext::invalidate_direct_mem_ptr);
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A Dext2gp2ext.cpp22 #include "SimpleLTInitiator_ext.h"
30 SimpleLTInitiator_ext initiator("initiator1", 10, 0x0);
H A DSimpleLTInitiator_ext.h33 class SimpleLTInitiator_ext : public sc_core::sc_module class in inherits:sc_core::sc_module
40 typedef tlm_utils::simple_initiator_socket<SimpleLTInitiator_ext, 32,
47 SC_HAS_PROCESS(SimpleLTInitiator_ext);
48 SimpleLTInitiator_ext(sc_core::sc_module_name name, function in class:SimpleLTInitiator_ext
60 socket.register_nb_transport_bw(this, &SimpleLTInitiator_ext::myNBTransport);
61 socket.register_invalidate_direct_mem_ptr(this, &SimpleLTInitiator_ext::invalidate_direct_mem_ptr);

Completed in 8 milliseconds