summaryrefslogtreecommitdiff
path: root/src/mem/ruby/structures/DirectoryMemory.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/structures/DirectoryMemory.py')
-rw-r--r--src/mem/ruby/structures/DirectoryMemory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/ruby/structures/DirectoryMemory.py b/src/mem/ruby/structures/DirectoryMemory.py
index bb9765bdb..2518380b2 100644
--- a/src/mem/ruby/structures/DirectoryMemory.py
+++ b/src/mem/ruby/structures/DirectoryMemory.py
@@ -40,3 +40,4 @@ class RubyDirectoryMemory(SimObject):
# the default value of the numa high bit is specified in the command line
# option and must be passed into the directory memory sim object
numa_high_bit = Param.Int("numa high bit")
+ system = Param.System(Parent.any, "system object")