from m5 import *

class MemObject(SimObject):
    type = 'MemObject'
    abstract = True