blob: bed90d555918fe142005b1a3891d8e57ac2ae400 [file] [log] [blame]
from m5.config 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")