gem5
|
#include <vector>
#include "params/ThermalCapacitor.hh"
#include "params/ThermalModel.hh"
#include "params/ThermalReference.hh"
#include "params/ThermalResistor.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 | ThermalResistor |
A ThermalResistor is used to model a thermal resistance between two thermal domains. More... | |
class | ThermalCapacitor |
A ThermalCapacitor is used to model a thermal capacitance between two thermal domains. More... | |
class | ThermalReference |
A ThermalReference is a thermal domain with fixed temperature. More... | |
class | ThermalModel |
A ThermalModel is the element which ties all thermal objects together and provides the thermal solver to the system. More... | |