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

/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc70 test.doCommand(MemCommand::RDA,0,50);
72 test.doCommand(MemCommand::RDA,4,66);
74 test.doCommand(MemCommand::RDA,0,101);
76 test.doCommand(MemCommand::RDA,2,117);
78 test.doCommand(MemCommand::RDA,5,134);
80 test.doCommand(MemCommand::RDA,0,152);
82 test.doCommand(MemCommand::RDA,3,174);
84 test.doCommand(MemCommand::RDA,0,210);
/gem5/ext/drampower/src/
H A DMemCommand.cc93 if (type == MemCommand::RDA) {
142 if (type == MemCommand::RDA) {
H A DMemCommand.h58 * 8. RDA - Read with auto-precharge
80 RDA = 7, enumerator in enum:Data::MemCommand::cmds
152 "RDA",
H A DCommandAnalysis.cc181 } else if (cmdType == MemCommand::RDA || cmdType == MemCommand::WRA) {

Completed in 6 milliseconds