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

/gem5/src/systemc/tests/tlm/p2p/CoreDecoupling/
H A Dcore_decoupling.cpp22 #include "CoreDecouplingLTInitiator.h"
27 CoreDecouplingLTInitiator initiator("initiator", 10);
/gem5/src/systemc/tests/include/
H A DCoreDecouplingLTInitiator.h42 class CoreDecouplingLTInitiator : public sc_core::sc_module class in inherits:sc_core::sc_module
46 typedef tlm_utils::simple_initiator_socket<CoreDecouplingLTInitiator> initiator_socket_type;
52 SC_HAS_PROCESS(CoreDecouplingLTInitiator);
53 CoreDecouplingLTInitiator(sc_core::sc_module_name name, function in class:CoreDecouplingLTInitiator
/gem5/src/systemc/tests/tlm/bus/
H A Dbus.cpp32 #include "CoreDecouplingLTInitiator.h"
54 CoreDecouplingLTInitiator initiator6("initiator6", 10, 0x50000000);
57 CoreDecouplingLTInitiator initiator7("initiator7", 10, 0x60000000);
/gem5/src/systemc/tests/tlm/bus_dmi/
H A Dbus_dmi.cpp31 #include "CoreDecouplingLTInitiator.h"
53 CoreDecouplingLTInitiator initiator6("initiator6", 10, 0x50000000);
56 CoreDecouplingLTInitiator initiator7("initiator7", 10, 0x60000000);
/gem5/src/systemc/tests/tlm/multi_sockets/
H A Dmulti_sockets.cpp2 #include "CoreDecouplingLTInitiator.h"
40 CoreDecouplingLTInitiator lt_i4("LT_I4", 3, 0x40000000); //LT_T3

Completed in 6 milliseconds