summaryrefslogtreecommitdiff
path: root/objects/PhysicalMemory.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/PhysicalMemory.mpy')
-rw-r--r--objects/PhysicalMemory.mpy7
1 files changed, 0 insertions, 7 deletions
diff --git a/objects/PhysicalMemory.mpy b/objects/PhysicalMemory.mpy
deleted file mode 100644
index d1e4ad4b4..000000000
--- a/objects/PhysicalMemory.mpy
+++ /dev/null
@@ -1,7 +0,0 @@
-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")