Skip to content

Commit 1d13bf2

Browse files
author
Cao Jiaming
committed
cpu-o3: close ubtb abtb
Change-Id: Ibb8f3a35b17c62d2ee69707b0c0f9602830feb36
1 parent d66a07d commit 1d13bf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/example/idealkmhv3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def setKmhV3IdealParams(args, system):
8686
cpu.branchPred.ftq_size = 64
8787
cpu.branchPred.fsq_size = 64
8888
# cpu.branchPred.microtage.enabled = False
89+
cpu.branchPred.ubtb.enabled = False
90+
cpu.branchPred.abtb.enabled = False
8991

9092
# l1 cache per core
9193
if args.caches:

0 commit comments

Comments
 (0)