----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3361/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11364:de0350cfda9e --------------------------- sim: Adding thermal model support This patch adds basic thermal support to gem5. It models energy dissipation through a circuital equivalent, which allows us to use RC networks. This lays down the basic infrastructure to do so, but it does not "work" due to the lack of power models. For now some hardcoded number is used as a PoC. The solver is embedded in the patch. Diffs ----- src/sim/system.hh f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 src/sim/system.cc f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 src/sim/power/ThermalModel.py PRE-CREATION src/sim/power/thermal_domain.hh PRE-CREATION src/sim/power/thermal_domain.cc PRE-CREATION src/sim/power/thermal_entity.hh PRE-CREATION src/sim/power/thermal_model.hh PRE-CREATION src/sim/power/thermal_model.cc PRE-CREATION src/sim/sub_system.hh f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 src/sim/sub_system.cc f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 src/sim/power/SConscript PRE-CREATION src/sim/power/ThermalDomain.py PRE-CREATION src/sim/System.py f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 src/sim/linear_solver.hh PRE-CREATION src/sim/linear_solver.cc PRE-CREATION src/sim/SubSystem.py f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 src/sim/SConscript f3f72c0ab03eac35ff4b2ab14214b66ec9c11c49 Diff: http://reviews.gem5.org/r/3361/diff/ Testing ------- Thanks, Curtis Dunham _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
