gem5
v22.0.0.1
|
#include <vector>
#include "base/temperature.hh"
#include "sim/clocked_object.hh"
#include "sim/power/thermal_domain.hh"
#include "sim/power/thermal_entity.hh"
#include "sim/power/thermal_node.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::ThermalResistor |
A ThermalResistor is used to model a thermal resistance between two thermal domains. More... | |
class | gem5::ThermalCapacitor |
A ThermalCapacitor is used to model a thermal capacitance between two thermal domains. More... | |
class | gem5::ThermalReference |
A ThermalReference is a thermal domain with fixed temperature. More... | |
class | gem5::ThermalModel |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |