File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ def setKmhV3IdealParams(args, system):
7878
7979 # branch predictor
8080 if args .bp_type == 'DecoupledBPUWithBTB' :
81- cpu .branchPred .ftq_size = 256
82- cpu .branchPred .fsq_size = 256
81+ cpu .branchPred .ftq_size = 64
82+ cpu .branchPred .fsq_size = 64
8383 cpu .branchPred .enable2Fetch = True
8484
8585 # l1 cache per core
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ def setKmhV3Params(args, system):
9292
9393 # branch predictor
9494 if args .bp_type == 'DecoupledBPUWithBTB' :
95- cpu .branchPred .ftq_size = 256
96- cpu .branchPred .fsq_size = 256
95+ cpu .branchPred .ftq_size = 64
96+ cpu .branchPred .fsq_size = 64
9797
9898 cpu .branchPred .mbtb .resolvedUpdate = True
9999 cpu .branchPred .tage .resolvedUpdate = True
You can’t perform that action at this time.
0 commit comments