Age | Commit message (Expand) | Author |
2019-09-26 | sim: Convert power modelling framework to new-style stats | Andreas Sandberg |
2019-08-13 | sim: Add a hook Clocked objects can implement for frequency changes. | Gabe Black |
2019-08-13 | sim: Clean up some mild style bugs in clocked_object.hh. | Gabe Black |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-06-07 | sim: Make clang happy | Andreas Hansson |
2016-06-06 | sim: Adding support for power models | David Guillen Fandos |
2016-06-06 | pwr: Add power states to ClockedObject | David Guillen Fandos |
2016-04-07 | Revert to 74c1e6513bd0 (sim: Thermal support for Linux) | Andreas Sandberg |
2016-04-06 | Revert power patch sets with unexpected interactions | Andreas Sandberg |
2016-04-05 | power: Add support for power models | David Guillen Fandos |
2014-11-18 | power: Add power states to ClockedObject | Akash Bagdia |
2015-06-17 | sim: Add voltage() function to clocked_object | David Guillen Fandos |
2015-08-11 | sim: clocked object: function for converting cycles to ticks. | Nilay Vaish |
2015-08-07 | sim: Split ClockedObject to make it usable to non-SimObjects | Andreas Sandberg |
2014-06-09 | sim: More rigorous clocking comments | Joel Hestness |
2013-12-29 | sim: Add support for dynamic frequency scaling | Christopher Torng |
2013-11-26 | sim: correct ticksToCycles() function. | Nilay Vaish |
2013-06-27 | sim: Add the notion of clock domains to all ClockedObjects | Akash Bagdia |
2013-04-22 | sim: separate nextCycle() and clockEdge() in clockedObjects | Dam Sunwoo |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2013-02-19 | sim: Make clock private and access using clockPeriod() | Andreas Hansson |
2013-01-07 | sim: Fatal if a clocked object is set to have a clock of 0 | Andreas Hansson |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-10-15 | ruby: reset timing after cache warm up | Nilay Vaish |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | Andreas Hansson |