Searched refs:LPDDR3 (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/drampower/src/
H A DMemorySpecification.h60 LPDDR3, enumerator in enum:Data::MemoryType::MemoryType_t
88 } else if (_val == "LPDDR3") {
89 val = LPDDR3;
100 val == LPDDR3 ||
108 val == LPDDR3 ||
137 // LPDDR3 has optional ODT, but it is typically not used (reflections are elimitated by other means (layout))
145 } else if (val == LPDDR3) {
H A DMemCommand.cc104 } else if (memType == MemoryType::LPDDR3) {
120 } else if (memType == MemoryType::LPDDR3) {
H A DCmdScheduler.cc511 case MemoryType::LPDDR3:
538 (memSpec.memoryType == MemoryType::LPDDR3)) {
573 (memSpec.memoryType == MemoryType::LPDDR3)) {

Completed in 7 milliseconds