gem5
v21.0.1.0
|
Go to the source code of this file.
Classes | |
class | GenericSatCounter< T > |
Implements an n bit saturating counter and provides methods to increment, decrement, and read it. More... | |
Typedefs | |
typedef SatCounter8 | SatCounter |
typedef GenericSatCounter< uint8_t > | SatCounter8 |
typedef GenericSatCounter< uint16_t > | SatCounter16 |
typedef GenericSatCounter< uint32_t > | SatCounter32 |
typedef GenericSatCounter< uint64_t > | SatCounter64 |
typedef SatCounter8 SatCounter |
Definition at line 341 of file sat_counter.hh.