summaryrefslogtreecommitdiff
path: root/src/mem/AbstractMemory.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/AbstractMemory.py')
-rw-r--r--src/mem/AbstractMemory.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/AbstractMemory.py b/src/mem/AbstractMemory.py
index bf1621f4d..ce3f04c49 100644
--- a/src/mem/AbstractMemory.py
+++ b/src/mem/AbstractMemory.py
@@ -46,7 +46,6 @@ class AbstractMemory(MemObject):
type = 'AbstractMemory'
abstract = True
range = Param.AddrRange(AddrRange('128MB'), "Address range")
- file = Param.String('', "Memory-mapped file")
null = Param.Bool(False, "Do not store data, always return zero")
zero = Param.Bool(False, "Initialize memory with zeros")