diff options
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/power/power_model.hh | 2 | ||||
-rw-r--r-- | src/sim/power/thermal_model.hh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/sim/power/power_model.hh b/src/sim/power/power_model.hh index e482b8005..97357d263 100644 --- a/src/sim/power/power_model.hh +++ b/src/sim/power/power_model.hh @@ -110,6 +110,8 @@ class PowerModelState : public SimObject }; /** + * @sa \ref gem5PowerModel "gem5 Power Model" + * * A PowerModel is a class containing a power model for a SimObject. * The PM describes the power consumption for every power state. */ diff --git a/src/sim/power/thermal_model.hh b/src/sim/power/thermal_model.hh index b47061dbf..9a0e452c5 100644 --- a/src/sim/power/thermal_model.hh +++ b/src/sim/power/thermal_model.hh @@ -139,6 +139,8 @@ class ThermalReference : public SimObject, public ThermalEntity /** + * @sa \ref gem5PowerModel "gem5 Thermal Model" + * * A ThermalModel is the element which ties all thermal objects * together and provides the thermal solver to the system. * It is reponsible for updating temperature for all Thermal |