diff options
Diffstat (limited to 'python/m5/objects/PhysicalMemory.py')
-rw-r--r-- | python/m5/objects/PhysicalMemory.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/m5/objects/PhysicalMemory.py b/python/m5/objects/PhysicalMemory.py deleted file mode 100644 index c59910093..000000000 --- a/python/m5/objects/PhysicalMemory.py +++ /dev/null @@ -1,8 +0,0 @@ -from m5 import * -from MemObject import * - -class PhysicalMemory(MemObject): - type = 'PhysicalMemory' - range = Param.AddrRange("Device Address") - file = Param.String('', "memory mapped file") - latency = Param.Latency(Parent.clock, "latency of an access") |