gem5 v24.0.0.0
|
Definition of a basic cache compressor. More...
#include "mem/cache/compressors/base.hh"
#include <algorithm>
#include <climits>
#include <cmath>
#include <cstdint>
#include <string>
#include "base/logging.hh"
#include "base/trace.hh"
#include "debug/CacheComp.hh"
#include "mem/cache/base.hh"
#include "mem/cache/tags/super_blk.hh"
#include "params/BaseCacheCompressor.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::compression |
Definition of a basic cache compressor.
Definition in file base.cc.