gem5.components.cachehierarchies.classic.caches.mmu_cache module

class gem5.components.cachehierarchies.classic.caches.mmu_cache.MMUCache(size: str, assoc: int = 4, tag_latency: int = 1, data_latency: int = 1, response_latency: int = 1, mshrs: int = 20, tgts_per_mshr: int = 12, writeback_clean: bool = True)

Bases: Cache

A simple Memory Management Unit (MMU) cache with default values.

If the cache does not have a downstream cache or the downstream cache is mostly inclusive as usual, writeback_clean should be set to False.

abstract = False
cxx_exports = []
cxx_extra_bases = []
cxx_param_exports = []
cxx_template_params = []