diff options
Diffstat (limited to 'configs/learning_gem5/part1/caches.py')
-rw-r--r-- | configs/learning_gem5/part1/caches.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/learning_gem5/part1/caches.py b/configs/learning_gem5/part1/caches.py index fbdd1bf3c..87256e5d0 100644 --- a/configs/learning_gem5/part1/caches.py +++ b/configs/learning_gem5/part1/caches.py @@ -36,7 +36,7 @@ line options from each individual class. from m5.objects import Cache -import SimpleOpts +from common import SimpleOpts # Some specific options for caches # For all options see src/mem/cache/BaseCache.py |