Deleted Added
sdiff udiff text old ( 5952:c1ee8282291d ) new ( 9338:97b4a2be1e5b )
full compact
1from m5.SimObject import SimObject
2from m5.params import *
3
4class CPA(SimObject):
5 type = 'CPA'
6
7 enabled = Param.Bool(False, "Is Annotation enabled?")
8 user_apps = VectorParam.String([], "List of apps to get symbols for")