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

/gem5/src/mem/
H A Ddramsim2.cc42 #include "DRAMSim2/Callback.h"
45 #include "debug/DRAMSim2.hh"
49 DRAMSim2::DRAMSim2(const Params* p) : function in class:DRAMSim2
59 DPRINTF(DRAMSim2,
60 "Instantiated DRAMSim2 with clock %d ns and queue size %d\n",
64 new DRAMSim::Callback<DRAMSim2, void, unsigned, uint64_t, uint64_t>(
65 this, &DRAMSim2::readComplete);
67 new DRAMSim::Callback<DRAMSim2, void, unsigned, uint64_t, uint64_t>(
68 this, &DRAMSim2
[all...]
H A DDRAMSim2.py41 # A wrapper for DRAMSim2 multi-channel memory controller
42 class DRAMSim2(AbstractMemory): class in inherits:AbstractMemory
43 type = 'DRAMSim2'
53 filePath = Param.String("ext/dramsim2/DRAMSim2/",
56 enableDebug = Param.Bool(False, "Enable DRAMSim2 debug output")
H A Ddramsim2.hh42 * DRAMSim2
53 #include "params/DRAMSim2.hh"
55 class DRAMSim2 : public AbstractMemory class in inherits:AbstractMemory
69 DRAMSim2& memory;
73 MemoryPort(const std::string& _name, DRAMSim2& _memory);
92 * The actual DRAMSim2 wrapper
122 * block any further requests until there is space in DRAMSim2 and
130 * back. This is needed as DRAMSim2 unconditionally passes
172 DRAMSim2(const Params *p);
179 * @param cycle Internal cycle count of DRAMSim2
[all...]

Completed in 4 milliseconds