Files
fail/simulators/gem5/src/base/CPA.py
2012-10-24 19:18:57 +00:00

9 lines
232 B
Python

from m5.SimObject import SimObject
from m5.params import *
class CPA(SimObject):
type = 'CPA'
enabled = Param.Bool(False, "Is Annotation enabled?")
user_apps = VectorParam.String([], "List of apps to get symbols for")