gem5
|
ClockDomain declarations. More...
#include <algorithm>
#include "base/statistics.hh"
#include "params/ClockDomain.hh"
#include "params/DerivedClockDomain.hh"
#include "params/SrcClockDomain.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | ClockDomain |
The ClockDomain provides clock to group of clocked objects bundled under the same clock domain. More... | |
class | SrcClockDomain |
The source clock domains provides the notion of a clock domain that is connected to a tunable clock source. More... | |
class | DerivedClockDomain |
The derived clock domains provides the notion of a clock domain that is connected to a parent clock domain that can either be a source clock domain or a derived clock domain. More... | |
ClockDomain declarations.
Definition in file clock_domain.hh.