----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3822/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11876:0e18f230c540 --------------------------- power: Avoid forward declarations that confuse wrappers The Python wrappers get confused by the forward declarations in the power framework. This changeset restructures the code slightly to avoid the troublesome forward declarations. Change-Id: Id8c93224f1988edb5fdf9d3abc6237f2f688c02d Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Andreas Hansson <[email protected]> Reviewed-by: Curtis Dunham <[email protected]> Reviewed-by: Sascha Bischoff <[email protected]> Diffs ----- src/sim/power/SConscript ba90ffa751b6 src/sim/power/ThermalModel.py ba90ffa751b6 src/sim/power/thermal_domain.hh ba90ffa751b6 src/sim/power/thermal_entity.hh ba90ffa751b6 src/sim/power/thermal_entity.cc PRE-CREATION src/sim/power/thermal_model.hh ba90ffa751b6 src/sim/power/thermal_model.cc ba90ffa751b6 Diff: http://reviews.gem5.org/r/3822/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
