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

/gem5/ext/drampower/src/
H A DMemPowerSpec.h72 double capacitance; member in class:Data::MemPowerSpec
H A DMemorySpecification.cc54 memPowerSpec.capacitance = memoryType.getCapacitance();
H A DMemPowerSpec.cc68 capacitance(0.0),
104 capacitance = getParamValWithDefault("capacitance", 0.0);
H A DMemoryPowerModel.cc593 if (memPowerSpec.capacitance != 0.0) {
595 power.IO_power = memPowerSpec.capacitance * 0.5 * pow(memPowerSpec.vdd2, 2.0) * memTimingSpec.clkMhz * 1000000;
/gem5/src/sim/power/
H A DThermalModel.py70 capacitance = Param.Float(1.0, "Thermal capacitance, expressed in Joules per Kelvin") variable in class:ThermalCapacitor
H A Dthermal_model.cc141 : SimObject(p), _capacitance(p->capacitance), node1(NULL), node2(NULL)

Completed in 11 milliseconds