Update src/python/gem5/components/cachehierarchies/abstract_cache_hierarchy.py

Co-authored-by: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
Giacomo Travaglini
2024-04-05 08:53:07 +01:00
committed by Pranith Kumar
parent efe397ca92
commit 4b98551aaf

View File

@@ -53,7 +53,7 @@ class CacheNode:
self,
name: str,
cache: SimObject,
next_level: int,
next_level: "CacheNode",
hierarchy: "AbstractCacheHierarchy",
):
self.name = name