summaryrefslogtreecommitdiff
path: root/objects/PhysicalMemory.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/PhysicalMemory.mpy')
-rw-r--r--objects/PhysicalMemory.mpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/PhysicalMemory.mpy b/objects/PhysicalMemory.mpy
index 9644c503a..d1e4ad4b4 100644
--- a/objects/PhysicalMemory.mpy
+++ b/objects/PhysicalMemory.mpy
@@ -1,6 +1,7 @@
from FunctionalMemory import FunctionalMemory
simobj PhysicalMemory(FunctionalMemory):
+ type = 'PhysicalMemory'
range = Param.AddrRange("Device Address")
file = Param.String('', "memory mapped file")
mmu = Param.MemoryController(Super, "Memory Controller")