Skip to content

Commit 2b42aac

Browse files
committed
bpu: mgsc,enable local
local + backward + IMLI + global + bias + path Change-Id: I6ec878fc09049b5cab9a840ed7e4b568f39168fd
1 parent 8e7df10 commit 2b42aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/example/kmhv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def setKmhV3Params(args, system):
112112

113113
# RTL alignment: only enable bias and path tables, disable PC threshold
114114
cpu.branchPred.mgsc.enableBwTable = True
115-
cpu.branchPred.mgsc.enableLTable = False
115+
cpu.branchPred.mgsc.enableLTable = True
116116
cpu.branchPred.mgsc.enableITable = True
117117
cpu.branchPred.mgsc.enableGTable = True
118118
cpu.branchPred.mgsc.enablePTable = True

0 commit comments

Comments
 (0)