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

/gem5/src/mem/
H A Ddrampower.hh42 * DRAMPower declaration
52 * DRAMPower is a standalone tool which calculates the power consumed by a
53 * DRAM in the system. This class wraps the DRAMPower library.
55 class DRAMPower class
62 * DRAMCtrlParams to the memSpec of DRAMPower
68 * the memSpec of DRAMPower
74 * DRAMCtrlParam to the memSpec of DRAMPower
95 // Instance of DRAMPower Library
98 DRAMPower(const DRAMCtrlParams* p, bool include_io);
H A Ddrampower.cc45 DRAMPower::DRAMPower(const DRAMCtrlParams* p, bool include_io) : function in class:DRAMPower
51 DRAMPower::getArchParams(const DRAMCtrlParams* p)
56 // One DRAMPower instance per rank, hence set this to 1
73 DRAMPower::getTimingParams(const DRAMCtrlParams* p)
76 // the ones only used by the controller functionality in DRAMPower
78 // All DRAMPower timings are in clock cycles
105 DRAMPower::getPowerParams(const DRAMCtrlParams* p)
107 // All DRAMPower currents are in mA
137 DRAMPower
[all...]
H A Ddram_ctrl.cc53 #include "debug/DRAMPower.hh"
247 // timestamp offset should be in clock cycles for DRAMPower
981 DPRINTF(DRAMPower, "%llu,ACT,%d,%d\n", divCeil(act_tick, tCK) -
1084 DPRINTF(DRAMPower, "%llu,PRE,%d,%d\n", divCeil(pre_at, tCK) -
1268 // DRAMPower trace command to be written
1271 // MemCommand required for DRAMPower library
1284 DPRINTF(DRAMPower, "%llu,%s,%d,%d\n", divCeil(cmd_at, tCK) -
1291 // list used by DRAMPower library to calculate power
1811 // for DRAMPower libray when doing a refresh
1815 // push to commands to DRAMPower
[all...]
H A Ddram_ctrl.hh148 * commands for DRAMPower
257 * REF_START : Issue refresh command and update DRAMPower stats
418 * One DRAMPower instance per rank
420 DRAMPower power;
426 * curTick() to DRAMPower after sorting.
513 * or before curTick() to DRAMPower library
1156 * result of the energy values coming from DRAMPower, and there
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.cc53 libDRAMPower DRAMPower = libDRAMPower(memSpec, 0, p); local

Completed in 30 milliseconds