summaryrefslogtreecommitdiff
path: root/src/sim/clocked_object.hh
AgeCommit message (Expand)Author
2015-06-17sim: Add voltage() function to clocked_objectDavid Guillen Fandos
2015-08-11sim: clocked object: function for converting cycles to ticks.Nilay Vaish
2015-08-07sim: Split ClockedObject to make it usable to non-SimObjectsAndreas Sandberg
2014-06-09sim: More rigorous clocking commentsJoel Hestness
2013-12-29sim: Add support for dynamic frequency scalingChristopher Torng
2013-11-26sim: correct ticksToCycles() function.Nilay Vaish
2013-06-27sim: Add the notion of clock domains to all ClockedObjectsAkash Bagdia
2013-04-22sim: separate nextCycle() and clockEdge() in clockedObjectsDam Sunwoo
2013-02-19scons: Fix up numerous warnings about name shadowingAndreas Hansson
2013-02-19sim: Make clock private and access using clockPeriod()Andreas Hansson
2013-01-07sim: Fatal if a clocked object is set to have a clock of 0Andreas Hansson
2012-11-16sim: have a curTick per eventqNilay Vaish
2012-10-15ruby: reset timing after cache warm upNilay Vaish
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2012-08-28Clock: Rework clocks to avoid tick-to-cycle transformationsAndreas Hansson
2012-08-21Clock: Move the clock and related functions to ClockedObjectAndreas Hansson