Update src/python/gem5/components/cachehierarchies/abstract_cache_hierarchy.py
Co-authored-by: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Pranith Kumar
parent
efe397ca92
commit
4b98551aaf
@@ -53,7 +53,7 @@ class CacheNode:
|
||||
self,
|
||||
name: str,
|
||||
cache: SimObject,
|
||||
next_level: int,
|
||||
next_level: "CacheNode",
|
||||
hierarchy: "AbstractCacheHierarchy",
|
||||
):
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user