blob: cbed29a37b508eee8a04ace87164a6ed0326084f [file] [log] [blame]
from m5.SimObject import SimObject
from m5.params import *
class CPA(SimObject):
type = 'CPA'
cxx_header = "base/cp_annotate.hh"
enabled = Param.Bool(False, "Is Annotation enabled?")
user_apps = VectorParam.String([], "List of apps to get symbols for")