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

/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.cc46 libDRAMPower::libDRAMPower(const MemorySpecification& memSpec, bool includeIoAndTermination) : function in class:libDRAMPower
53 libDRAMPower DRAMPower = libDRAMPower(memSpec, 0, p);
56 libDRAMPower::libDRAMPower(const MemorySpecification& memSpec, bool includeIoAndTermination, const Data::MemBankWiseParams& bwPowerParams) : function in class:libDRAMPower
64 libDRAMPower::~libDRAMPower()
68 void libDRAMPower::doCommand(MemCommand::cmds type, int bank, int64_t timestamp)
74 void libDRAMPower
[all...]
H A DLibDRAMPower.h54 class libDRAMPower { class
56 libDRAMPower(const Data::MemorySpecification& memSpec, bool includeIoAndTermination);
57 libDRAMPower(const Data::MemorySpecification& memSpec, bool includeIoAndTermination,const Data::MemBankWiseParams& bwPowerParams);
58 ~libDRAMPower();
/gem5/src/mem/
H A Ddrampower.hh96 libDRAMPower powerlib;
H A Ddrampower.cc46 powerlib(libDRAMPower(getMemSpec(p), include_io))
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc60 libDRAMPower test = libDRAMPower(memSpec, 0);

Completed in 4 milliseconds