Skip to content

Commit 65f3dc4

Browse files
committed
cpu-o3: enable 2-fetch on idealkmhv3 config
Change-Id: I3f0f686000b610c3bf842e62c9b9e91e7188a028
1 parent 15f3737 commit 65f3dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/example/idealkmhv3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def setKmhV3IdealParams(args, system):
8080
if args.bp_type == 'DecoupledBPUWithBTB':
8181
cpu.branchPred.ftq_size = 256
8282
cpu.branchPred.fsq_size = 256
83+
cpu.branchPred.enable2Fetch = True
8384

8485
# l1 cache per core
8586
if args.caches:

0 commit comments

Comments
 (0)