Searched refs:PUP_PRE (Results 1 - 4 of 4) sorted by relevance
/gem5/ext/drampower/src/ |
H A D | MemCommand.h | 65 * 15. PUP_PRE - Precharge Power-down Exit 87 PUP_PRE = 14, enumerator in enum:Data::MemCommand::cmds 159 "PUP_PRE",
|
H A D | CommandAnalysis.cc | 249 } else if (type == MemCommand::PUP_PRE) {
|
/gem5/ext/drampower/test/libdrampowertest/ |
H A D | lib_test.cc | 90 test.doCommand(MemCommand::PUP_PRE,3,300);
|
/gem5/src/mem/ |
H A D | dram_ctrl.cc | 2203 cmdList.push_back(Command(MemCommand::PUP_PRE, 0, wake_up_tick)); 2204 DPRINTF(DRAMPower, "%llu,PUP_PRE,0,%d\n", divCeil(wake_up_tick,
|
Completed in 14 milliseconds