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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc503 int64_t spup_pre = t.RP - pre_cycles; local
505 spup_ref_pre_cycles += spup_pre;
507 last_pre_cycle = timestamp + spup_pre;
510 spup_cycles += t.XS - spup_pre;
511 latest_pre_cycle = timestamp + zero_guard(t.XS - spup_pre - t.RP, "t.XS - spup_pre - 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");

Completed in 3 milliseconds