Searched refs:RD (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/drampower/src/
H A DMemCommand.h52 * 2. RD - Read
74 RD = 1, enumerator in enum:Data::MemCommand::cmds
146 "RD",
H A DCAHelpers.cc58 if (type == MemCommand::RD) {
H A DMemCommand.cc143 return MemCommand::RD;
H A DCommandAnalysis.cc227 } else if (type == MemCommand::RD) {
269 end_read_op = latest_read_cycle + timeToCompletion(MemCommand::RD) - 1;
H A DCmdHandlers.cc85 printWarningIfPoweredDown("Command issued while in power-down mode.", MemCommand::RD, timestamp, bank);
86 // If command is RD - update number of reads and read cycle. Check
89 printWarning("Bank is not active!", MemCommand::RD, timestamp, bank);
/gem5/src/mem/
H A Ddram_ctrl.cc1113 // if so, wake up from power down to issue RD/WR burst
1169 // RD/WR burst commands to the same bank group.
1269 std::string mem_cmd = dram_pkt->isRead() ? "RD" : "WR";
1272 MemCommand::cmds command = (mem_cmd == "RD") ? MemCommand::RD :
1858 // RD/WR or refresh commands
1976 // no outstanding ACT,RD/WR,Auto-PRE sequence scheduled
1984 // or have outstanding ACT,RD/WR,Auto-PRE sequence scheduled

Completed in 17 milliseconds