gem5 v23.0.0.1
|
Definition of the a multi compressor that choses the best compression among multiple compressors. More...
#include <cstdint>
#include <vector>
#include "base/statistics.hh"
#include "base/types.hh"
#include "mem/cache/compressors/base.hh"
Go to the source code of this file.
Classes | |
class | gem5::compression::Multi |
struct | gem5::compression::Multi::MultiStats |
class | gem5::compression::Multi::MultiCompData |
Namespaces | |
namespace | 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. | |
namespace | gem5::compression |
Definition of the a multi compressor that choses the best compression among multiple compressors.
Definition in file multi.hh.