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

/gem5/ext/drampower/src/
H A DMemTimingSpec.cc71 XSDLL(0),
108 XSDLL = getParamValWithDefault("XSDLL", 0);
H A DMemTimingSpec.h76 int64_t XSDLL; member in class:Data::MemTimingSpec
H A DCmdHandlers.cc450 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 - spup_pre;
514 latest_pre_cycle = timestamp + zero_guard(t.XSDLL - t.RCD - spup_pre - t.RP, "t.XSDLL - t.RCD - spup_pre - t.RP");
561 spup_cycles += t.XSDLL - t.RCD - spup_act - t.RP;
562 latest_pre_cycle = timestamp + zero_guard(t.XSDLL - t.RCD - spup_act - (2 * t.RP), "t.XSDLL - t.RCD - spup_act - (2 * t.RP) < 0");
H A DCmdScheduler.cc489 startTime = cmd.time + memTimingSpec.XSDLL - memTimingSpec.RCD;
/gem5/src/mem/
H A Ddrampower.cc95 timingSpec.XSDLL = divCeil(p->tXSDLL, p->tCK);

Completed in 11 milliseconds