power: Add support for power models
[gem5.git] / src / sim / clocked_object.hh
2016-04-05 David Guillen Fandospower: Add support for power models
2014-11-18 Akash Bagdiapower: Add power states to ClockedObject
2015-06-17 David Guillen Fandossim: Add voltage() function to clocked_object
2015-08-11 Nilay Vaishsim: clocked object: function for converting cycles...
2015-08-07 Andreas Sandbergsim: Split ClockedObject to make it usable to non-SimOb...
2014-06-10 Joel Hestnesssim: More rigorous clocking comments
2013-12-30 Christopher Torngsim: Add support for dynamic frequency scaling
2013-11-26 Nilay Vaishsim: correct ticksToCycles() function.
2013-06-27 Akash Bagdiasim: Add the notion of clock domains to all ClockedObjects
2013-04-22 Dam Sunwoosim: separate nextCycle() and clockEdge() in clockedObjects
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-19 Andreas Hanssonsim: Make clock private and access using clockPeriod()
2013-01-07 Andreas Hanssonsim: Fatal if a clocked object is set to have a clock...
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-10-15 Nilay Vaishruby: reset timing after cache warm up
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...