summaryrefslogtreecommitdiff
path: root/python/m5/objects/PhysicalMemory.mpy
blob: d1e4ad4b401942cccac1f7d93d2fc88c44ec2a12 (plain)
1
2
3
4
5
6
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")