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

/gem5/ext/drampower/src/
H A DMemCommand.cc109 } else if (type == MemCommand::WRA) { // Write with auto-precharge
144 } else if (type == MemCommand::WRA) {
H A DMemCommand.h59 * 9. WRA - Write with auto-precharge
81 WRA = 8, enumerator in enum:Data::MemCommand::cmds
153 "WRA",
H A DCommandAnalysis.cc181 } else if (cmdType == MemCommand::RDA || cmdType == MemCommand::WRA) {
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc86 test.doCommand(MemCommand::WRA,4,247);

Completed in 7 milliseconds