5 lines
119 B
Python
5 lines
119 B
Python
|
from m5 import *
|
||
|
class IntrControl(SimObject):
|
||
|
type = 'IntrControl'
|
||
|
cpu = Param.BaseCPU(Parent.any, "the cpu")
|