7 lines
245 B
Text
7 lines
245 B
Text
|
from FunctionalMemory import FunctionalMemory
|
||
|
|
||
|
simobj PhysicalMemory(FunctionalMemory):
|
||
|
range = Param.AddrRange("Device Address")
|
||
|
file = Param.String('', "memory mapped file")
|
||
|
mmu = Param.MemoryController(Super, "Memory Controller")
|