gem5 v24.0.0.0
|
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 | gem5::ClockDomain |
The ClockDomain provides clock to group of clocked objects bundled under the same clock domain. More... | |
struct | gem5::ClockDomain::ClockDomainStats |
class | gem5::SrcClockDomain |
The source clock domains provides the notion of a clock domain that is connected to a tunable clock source. More... | |
class | gem5::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... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
ClockDomain declarations.
Definition in file clock_domain.hh.