gem5/src/doc
David Guillen Fandos 7cfb59d6e5 sim: Adding support for power models
This patch adds some basic support for power models in gem5.

The power interface is defined so it can interact with thermal
models as well. It implements a simple power evaluator that
can be used for simple power models that express power in the
form of a math expression. These expressions can use stats
within the same SimObject (or down its hierarchy) and some
magic variables such as "temp" for temperature.
In future patches we will extend this functionality to allow
slightly more complex expressions.

The model allows it to be extended to use other kinds of models.

Change-Id: I76752f9638b6815e229fd74cdcb7721a305cbc4b
2016-06-06 17:16:44 +01:00
..
inside-minor.doxygen cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
memory_system.doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
power_thermal_model.doxygen sim: Adding support for power models 2016-06-06 17:16:44 +01:00