Review Board 2.0.15


sim: Adding support for power models

Review Request #3365 - Created March 4, 2016 and submitted

Information
Curtis Dunham
gem5
default
Reviewers
Default
Changeset 11368:61dd15844439
---------------------------
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.

   
Review request changed
Updated (April 5, 2016, 8:56 a.m.)

Status: Closed (submitted)