from m5.config import * from MemObject import * class PhysicalMemory(MemObject): type = 'PhysicalMemory' port = Port("the access port") range = Param.AddrRange("Device Address") file = Param.String('', "memory mapped file") latency = Param.Latency(Parent.clock, "latency of an access")