Searched refs:DRAMSim (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/
H A Ddramsim2_wrapper.hh55 namespace DRAMSim { namespace
74 DRAMSim::MultiChannelMemorySystem* dramsim;
118 void setCallbacks(DRAMSim::TransactionCompleteCB* read_callback,
119 DRAMSim::TransactionCompleteCB* write_callback);
H A Ddramsim2_wrapper.cc72 dramsim(new DRAMSim::MultiChannelMemorySystem(config_file, system_file,
158 DRAMSim2Wrapper::setCallbacks(DRAMSim::TransactionCompleteCB* read_callback,
159 DRAMSim::TransactionCompleteCB* write_callback)
H A Ddramsim2.cc63 DRAMSim::TransactionCompleteCB* read_cb =
64 new DRAMSim::Callback<DRAMSim2, void, unsigned, uint64_t, uint64_t>(
66 DRAMSim::TransactionCompleteCB* write_cb =
67 new DRAMSim::Callback<DRAMSim2, void, unsigned, uint64_t, uint64_t>(

Completed in 7 milliseconds