gem5.components.cachehierarchies.ruby.caches.prebuilt.octopi_cache.octopi.html
gem5.components.cachehierarchies.ruby.caches.prebuilt.octopi_cache.octopi module¶
- class gem5.components.cachehierarchies.ruby.caches.prebuilt.octopi_cache.octopi.OctopiCache(l1i_size: str, l1i_assoc: int, l1d_size: str, l1d_assoc: int, l2_size: str, l2_assoc: int, l3_size: str, l3_assoc: int, num_core_complexes: int, is_fullsystem: bool)¶
Bases:
AbstractRubyCacheHierarchy
,AbstractThreeLevelCacheHierarchy
- abstract = False¶
- cxx_exports = []¶
- cxx_extra_bases = []¶
- cxx_param_exports = []¶
- cxx_template_params = []¶
- get_coherence_protocol()¶
Returns the coherence protocol used in the cache hierarchy.
- Returns:
The coherence protocol used in the cache hierarchy.
- incorporate_cache(board: AbstractBoard) None ¶
Incorporates the caches into a board.
Each specific hierarchy needs to implement this function and will be unique for each setup.
- Parameters:
board – The board in which the cache heirarchy is to be incorporated.