Searched refs:doCommand (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc68 // to DRAMPower with the doCommand(...) function:
69 test.doCommand(MemCommand::ACT,0,35);
70 test.doCommand(MemCommand::RDA,0,50);
71 test.doCommand(MemCommand::ACT,4,51);
72 test.doCommand(MemCommand::RDA,4,66);
73 test.doCommand(MemCommand::ACT,0,86);
74 test.doCommand(MemCommand::RDA,0,101);
75 test.doCommand(MemCommand::ACT,2,102);
76 test.doCommand(MemCommand::RDA,2,117);
77 test.doCommand(MemComman
[all...]
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.cc68 void libDRAMPower::doCommand(MemCommand::cmds type, int bank, int64_t timestamp) function in class:libDRAMPower
88 doCommand(MemCommand::NOP, 0, timestamp);
H A DLibDRAMPower.h60 void doCommand(Data::MemCommand::cmds type,
/gem5/src/mem/
H A Ddram_ctrl.cc1820 power.powerlib.doCommand(cmd.type, cmd.bank,

Completed in 13 milliseconds