Searched refs:XPDLL (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/drampower/src/
H A DMemTimingSpec.cc69 XPDLL(0),
106 XPDLL = getParamValWithDefault("XPDLL", 0);
H A DMemTimingSpec.h74 int64_t XPDLL; 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");
H A DCmdScheduler.cc474 startTime = cmd.time + memTimingSpec.XPDLL - memTimingSpec.RCD;
/gem5/src/mem/
H A Ddrampower.cc93 timingSpec.XPDLL = divCeil(p->tXPDLL, p->tCK);

Completed in 11 milliseconds