Searched refs:ACT (Results 1 - 8 of 8) sorted by relevance
/gem5/ext/drampower/test/libdrampowertest/ |
H A D | lib_test.cc | 69 test.doCommand(MemCommand::ACT,0,35); 71 test.doCommand(MemCommand::ACT,4,51); 73 test.doCommand(MemCommand::ACT,0,86); 75 test.doCommand(MemCommand::ACT,2,102); 77 test.doCommand(MemCommand::ACT,5,119); 79 test.doCommand(MemCommand::ACT,0,137); 81 test.doCommand(MemCommand::ACT,3,159); 83 test.doCommand(MemCommand::ACT,0,195); 85 test.doCommand(MemCommand::ACT,4,232); 92 test.doCommand(MemCommand::ACT, [all...] |
/gem5/ext/drampower/src/ |
H A D | CmdScheduler.cc | 74 ACT.erase(ACT.begin(), ACT.end()); 88 ACT.resize(2 * numBanks); 92 if (!ACT.empty()) { 93 ACT.erase(ACT.begin(), ACT.end()); 116 cmd.name = "ACT"; 117 ACT [all...] |
H A D | MemCommand.h | 51 * 1. ACT - Activate 73 ACT = 0, enumerator in enum:Data::MemCommand::cmds 145 static std::string type_map[nCommands] = { "ACT",
|
H A D | CAHelpers.cc | 66 } else if (type == MemCommand::ACT) {
|
H A D | CommandAnalysis.cc | 179 if (cmdType == MemCommand::ACT) { 225 if (type == MemCommand::ACT) { 277 end_act_op = latest_act_cycle + timeToCompletion(MemCommand::ACT) - 1;
|
H A D | CmdScheduler.h | 100 // the scheduled ACTIVATE commands are stored in ACT. 101 std::vector<commandItem> ACT; member in class:Data::cmdScheduler
|
H A D | CmdHandlers.cc | 59 printWarningIfPoweredDown("Command issued while in power-down mode.", MemCommand::ACT, timestamp, bank); 60 // If command is ACT - update number of acts, bank state of the 69 // Here a memory state transition to ACT is happening. Save the 79 printWarning("Bank is already active!", MemCommand::ACT, timestamp, bank); 113 // all banks to ACT, set the last PRE cycles at RFC-RP cycles from 141 // things simple, since the transition from PRE to ACT state takes time. 192 // which the memory state changes from ACT to PRE, aka last_pre_cycle). 199 // ACT. Since all banks are being precharged a memory state transition 201 // memory remained in the ACT state.
|
/gem5/src/mem/ |
H A D | dram_ctrl.cc | 177 // tRRD_L is greater than minimal, same bank group ACT-to-ACT delay 718 // default to ACT power-down unless already in IDLE state 814 // can the PRE/ACT sequence be done without impacting utlization? 978 rank_ref.cmdList.push_back(Command(MemCommand::ACT, bank_ref.bank, 981 DPRINTF(DRAMPower, "%llu,ACT,%d,%d\n", divCeil(act_tick, tCK) - 997 // ACT commands within the same bank group. Use tRRD_L 1644 // latest Tick for which ACT can occur without incurring additoinal 1708 // ACT can occur 'behind the scenes' 1861 // should still be in ACT stat [all...] |
Completed in 9 milliseconds