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

/gem5/ext/drampower/src/
H A DMemTimingSpec.cc61 REFB(0),
98 REFB = getParamValWithDefault("REFB", 0);
H A DMemTimingSpec.h66 int64_t REFB; member in class:Data::MemTimingSpec
H A DMemCommand.h56 * 6 REFB- Refresh a particular bank
78 REFB = 5, enumerator in enum:Data::MemCommand::cmds
150 "REFB",
H A DCommandAnalysis.cc233 } else if (type == MemCommand::REFB) {
H A DCmdHandlers.cc136 // A REFB command requires a previous PRE command.
148 printWarning("Bank must be precharged for REFB!", MemCommand::REFB, timestamp, bank);
H A DMemoryPowerModel.cc212 // if memory specification does not provide the REFB timing approximate it
214 int64_t tRefBlocal = (t.REFB == 0) ? (t.RAS + t.RP) : (t.REFB);
407 << endl << "#REFB commands: " << sum(c.numberofrefbBanks)

Completed in 7 milliseconds