from m5.config import *

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