summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doc/power_thermal_model.doxygen1
-rw-r--r--src/sim/power/power_model.hh2
-rw-r--r--src/sim/power/thermal_model.hh2
3 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/power_thermal_model.doxygen b/src/doc/power_thermal_model.doxygen
index 8b636ab23..8fc3c0ddb 100644
--- a/src/doc/power_thermal_model.doxygen
+++ b/src/doc/power_thermal_model.doxygen
@@ -126,3 +126,4 @@
user to define a power model as an equation involving several statistics.
There's also some automatic (or "magic") variables such as "temp", which
reports temperature.
+*/
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