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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc551 int64_t spup_act = (t.RFC - t.RP) - sref_duration; local
553 spup_ref_act_cycles += spup_act;
556 last_pre_cycle = timestamp + spup_act + t.RP;
558 spup_cycles += t.XS - spup_act - t.RP;
559 latest_pre_cycle = timestamp + zero_guard(t.XS - spup_act - (2 * t.RP), "t.XS - spup_act - (2 * t.RP) < 0");
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");

Completed in 6 milliseconds