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

/gem5/ext/drampower/src/
H A DMemoryPowerModel.cc198 // But the current iddrho is less than idd3n
199 double iddrho = (static_cast<double>(bwPowerParams.bwPowerFactRho) / 100.0) * (mps.idd3n - mps.idd2n) + mps.idd2n; local
200 double esharedActStdby = vdd0Domain.calcTivEnergy(c.actcycles, iddrho);
205 //,all the other remainig (B-1) banks will consume a current of iddrho (based on factor Rho)
206 // So to derrive ione we add (B-1)*iddrho to the idd3n and distribute it to each banks.
207 double ione = (mps.idd3n + (iddrho * (static_cast<double>(nbrofBanks - 1)))) / (static_cast<double>(nbrofBanks));
225 energy.act_stdby_energy_banks[i] = vdd0Domain.calcTivEnergy(c.actcyclesBanks[i], (mps.idd3n - iddrho) / static_cast<double>(nbrofBanks))

Completed in 7 milliseconds