summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/AlphaFullCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/AlphaFullCPU.py')
-rw-r--r--src/python/m5/objects/AlphaFullCPU.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/m5/objects/AlphaFullCPU.py b/src/python/m5/objects/AlphaFullCPU.py
index d719bf783..043c3c08f 100644
--- a/src/python/m5/objects/AlphaFullCPU.py
+++ b/src/python/m5/objects/AlphaFullCPU.py
@@ -55,6 +55,7 @@ class DerivAlphaFullCPU(BaseCPU):
trapLatency = Param.Tick("Trap latency")
fetchTrapLatency = Param.Tick("Fetch trap latency")
+ predType = Param.String("Branch predictor type ('local', 'tournament')")
localPredictorSize = Param.Unsigned("Size of local predictor")
localCtrBits = Param.Unsigned("Bits per counter")
localHistoryTableSize = Param.Unsigned("Size of local history table")