blob: 48448e6e537892d356b0321f777476fe9fc18990 [file] [log] [blame]
from m5 import *
class SimpleDisk(SimObject):
type = 'SimpleDisk'
disk = Param.DiskImage("Disk Image")
physmem = Param.PhysicalMemory(Parent.any, "Physical Memory")