Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
[gem5.git] / src / python / m5 / objects / OzoneCPU.py
index 3fca61e280d09a25b1276f99d1585dbf7d2d3c15..ea8b6b537f235120851e266a37c9044ed126434c 100644 (file)
@@ -57,6 +57,7 @@ class DerivOzoneCPU(BaseCPU):
     commitWidth = Param.Unsigned("Commit width")
     squashWidth = Param.Unsigned("Squash width")
 
+    predType = Param.String("Type of branch predictor ('local', 'tournament')")
     localPredictorSize = Param.Unsigned("Size of local predictor")
     localCtrBits = Param.Unsigned("Bits per counter")
     localHistoryTableSize = Param.Unsigned("Size of local history table")