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 GitHub
parent 42fb1d657c
commit 6c2ac8e641

View File

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