summaryrefslogtreecommitdiff
path: root/src/mem/ruby/structures/Cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/structures/Cache.py')
-rw-r--r--src/mem/ruby/structures/Cache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/structures/Cache.py b/src/mem/ruby/structures/Cache.py
index 14a359233..c6e165e3a 100644
--- a/src/mem/ruby/structures/Cache.py
+++ b/src/mem/ruby/structures/Cache.py
@@ -29,7 +29,6 @@
from m5.params import *
from m5.SimObject import SimObject
-from Controller import RubyController
class RubyCache(SimObject):
type = 'RubyCache'