Skip to content

Commit faaa09e

Browse files
committed
mem: SPECtest1
Change-Id: Ib17430ae5dbf9e69d81c60db027d1a85bbefd04c
1 parent c0f804c commit faaa09e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configs/example/idealkmhv3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setKmhV3IdealParams(args, system):
3131

3232
# decode
3333
cpu.decodeWidth = 8
34-
cpu.enable_loadFusion = False
34+
cpu.enable_loadFusion = True
3535
cpu.enableConstantFolding = False
3636

3737
# rename
@@ -73,7 +73,7 @@ def setKmhV3IdealParams(args, system):
7373
cpu.RAWDequeuePerCycle = 4
7474
cpu.SbufferEntries = 24
7575
cpu.SbufferEvictThreshold = 16
76-
cpu.store_prefetch_train = False
76+
cpu.store_prefetch_train = True
7777

7878
# branch predictor
7979
if args.bp_type == 'DecoupledBPUWithBTB':

0 commit comments

Comments
 (0)