----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2391/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10384:5929db4d1827 --------------------------- energy: Tighter checking of levels for DFS systems There are cases where users might by accident / intention specify less voltage operating points thatn frequency points. We consider one of these cases special: giving only a single voltage to a voltage domain effectively renders it as a static domain. This patch adds additional logic in the auxiliary parts of the functionality to handle these cases properly (simple driver asking for N>1 operating levels, we should return the same voltage for all of them) and adds error checking code in the voltage domain. Diffs ----- src/sim/dvfs_handler.hh e2c43045a81b src/sim/voltage_domain.hh e2c43045a81b Diff: http://reviews.gem5.org/r/2391/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
