6 lines
89 B
Python
6 lines
89 B
Python
|
from m5 import *
|
||
|
|
||
|
class MemObject(SimObject):
|
||
|
type = 'MemObject'
|
||
|
abstract = True
|