We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94658 commit e5ce14aCopy full SHA for e5ce14a
configs/example/kmhv3.py
@@ -101,7 +101,7 @@ def setKmhV3Params(args, system):
101
102
cpu.branchPred.ubtb.enabled = True
103
cpu.branchPred.abtb.enabled = True
104
- cpu.branchPred.microtage.enabled = False
+ cpu.branchPred.microtage.enabled = True
105
cpu.branchPred.mbtb.enabled = True
106
cpu.branchPred.tage.enabled = True
107
cpu.branchPred.ittage.enabled = True
0 commit comments