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

/gem5/ext/drampower/src/
H A DMemTimingSpec.cc45 RCD(0),
82 RCD = getParamValWithDefault("RCD", 0);
H A DMemTimingSpec.h50 int64_t RCD; member in class:Data::MemTimingSpec
H A DCmdHandlers.cc315 pup_act_cycles += t.XPDLL - t.RCD;
316 latest_act_cycle = timestamp + zero_guard(t.XPDLL - (2 * t.RCD), "t.XPDLL - (2 * t.RCD) < 0");
343 pup_pre_cycles += t.XPDLL - t.RCD;
344 latest_pre_cycle = timestamp + zero_guard(t.XPDLL - t.RCD - t.RP, "t.XPDLL - t.RCD - t.RP");
450 spup_cycles += t.XSDLL - t.RCD;
451 latest_pre_cycle = timestamp + zero_guard(t.XSDLL - t.RCD - t.RP, "t.XSDLL - t.RCD - t.RP < 0");
513 spup_cycles += t.XSDLL - t.RCD
[all...]
H A DCAHelpers.cc67 offset = memTimingSpec.RCD;
H A DCmdScheduler.cc367 + static_cast<int>(memTimingSpec.RCD));
474 startTime = cmd.time + memTimingSpec.XPDLL - memTimingSpec.RCD;
489 startTime = cmd.time + memTimingSpec.XSDLL - memTimingSpec.RCD;
/gem5/src/mem/
H A Ddrampower.cc81 timingSpec.RCD = divCeil(p->tRCD, p->tCK);

Completed in 11 milliseconds