MemObject.py revision 2415
1from m5 import *
2
3class MemObject(SimObject):
4    type = 'MemObject'
5    abstract = True
6