Skip to content

Commit 1222442

Browse files
committed
cpu-o3: test 2 fetch
Change-Id: Iaa4a853508ae80e412a8b3bdd41dea26d9eb8c29
1 parent 09b46eb commit 1222442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/example/kmhv3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def setKmhV3Params(args, system):
108108
cpu.branchPred.mgsc.enabled = False
109109
cpu.branchPred.ras.enabled = True
110110

111+
cpu.branchPred.enable2Fetch = True
112+
111113
# l1 cache per core
112114
if args.caches:
113115
cpu.icache.size = '64kB'

0 commit comments

Comments
 (0)