gem5
v21.2.1.1
|
#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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
ClockDomain declarations.
Definition in file clock_domain.hh.