docs: Fix power model doxygen
authorJason Lowe-Power <jason@lowepower.com>
Tue, 17 Apr 2018 16:56:43 +0000 (09:56 -0700)
committerJason Lowe-Power <jason@lowepower.com>
Fri, 20 Apr 2018 15:59:35 +0000 (15:59 +0000)
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>
src/doc/power_thermal_model.doxygen
src/sim/power/power_model.hh
src/sim/power/thermal_model.hh

index 8b636ab2351b827391a5c5884dce2ad3adf1391e..8fc3c0ddb624808664bd2684df18620fa98b1fd5 100644 (file)
   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.
+*/
index e482b8005d3dc246f88fd42bcdb9e31f3e1e7567..97357d26383314973383b58ddc929bdfd94a3e3e 100644 (file)
@@ -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.
  */
index b47061dbf2c61bf17796bedc32c94a176dc2b287..9a0e452c592135adc867d06d0aa69ef8ab66e5be 100644 (file)
@@ -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