sim: Initialize Drainable::_drainState to the system's state
[gem5.git] / src / sim / clocked_object.hh
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...