gem5 v24.0.0.0
|
Go to the source code of this file.
Classes | |
class | gem5::GenericSatCounter< T > |
Implements an n bit saturating counter and provides methods to increment, decrement, and read it. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Typedefs | |
typedef GenericSatCounter< uint8_t > | gem5::SatCounter8 |
typedef GenericSatCounter< uint16_t > | gem5::SatCounter16 |
typedef GenericSatCounter< uint32_t > | gem5::SatCounter32 |
typedef GenericSatCounter< uint64_t > | gem5::SatCounter64 |