summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lowe-Power <jason@lowepower.com>2018-04-17 09:56:43 -0700
committerJason Lowe-Power <jason@lowepower.com>2018-04-20 15:59:35 +0000
commitee2ffdc0fdb489767768e5273a4ccd7b51735c7c (patch)
tree8c97c23d8807e8f67db2fcb8b5e3694542504ae5
parentb11a6d508c618b33f8626afc6742773cbb293f66 (diff)
downloadgem5-ee2ffdc0fdb489767768e5273a4ccd7b51735c7c.tar.xz
docs: Fix power model doxygen
Change-Id: I0a9a30bc4a89411e0f1dd897f0d1f05f20790b50 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/9981 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
-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