We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb4bc6 commit ebf7386Copy full SHA for ebf7386
configs/example/kmhv3.py
@@ -92,8 +92,8 @@ def setKmhV3Params(args, system):
92
93
# branch predictor
94
if args.bp_type == 'DecoupledBPUWithBTB':
95
- cpu.branchPred.ftq_size = 256
96
- cpu.branchPred.fsq_size = 256
+ cpu.branchPred.ftq_size = 128
+ cpu.branchPred.fsq_size = 128
97
98
cpu.branchPred.mbtb.resolvedUpdate = True
99
cpu.branchPred.tage.resolvedUpdate = True
0 commit comments