index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sim
/
clocked_object.hh
Age
Commit message (
Expand
)
Author
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