summaryrefslogtreecommitdiff
path: root/python/m5/objects/AlphaFullCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/AlphaFullCPU.py')
-rw-r--r--python/m5/objects/AlphaFullCPU.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/m5/objects/AlphaFullCPU.py b/python/m5/objects/AlphaFullCPU.py
index 1541b9494..d719bf783 100644
--- a/python/m5/objects/AlphaFullCPU.py
+++ b/python/m5/objects/AlphaFullCPU.py
@@ -3,7 +3,7 @@ from BaseCPU import BaseCPU
class DerivAlphaFullCPU(BaseCPU):
type = 'DerivAlphaFullCPU'
-
+ activity = Param.Unsigned("Initial count")
numThreads = Param.Unsigned("number of HW thread contexts")
if not build_env['FULL_SYSTEM']: