blob: e6df2a1614e0708ec2ee47b423eed97e80b7f9d4 (
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(parent.any, "Memory Controller")
|