Skip to content

Commit ffdd2ff

Browse files
committed
mem: set6 + enable mdp
Change-Id: Ib75af3ec976981d049d14f16af1abde7ad2804c0
1 parent 6ff4b73 commit ffdd2ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configs/common/xiangshan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def build_xiangshan_system(args):
251251

252252
for i in range(np):
253253
if args.kmh_align:
254-
test_sys.cpu[i].enable_storeSet_train = False
254+
test_sys.cpu[i].enable_storeSet_train = True
255255

256256
if args.bp_type is None or args.bp_type == 'DecoupledBPUWithFTB' or args.bp_type == 'DecoupledBPUWithBTB':
257257
enable_bp_db = len(args.enable_bp_db) > 1
@@ -295,7 +295,7 @@ def build_xiangshan_system(args):
295295
assert args.dramsim3_ini is not None
296296

297297
for cpu in test_sys.cpu:
298-
cpu.store_prefetch_train = not args.kmh_align
298+
cpu.store_prefetch_train = True
299299
# ruby will overwrite the store_prefetch_train
300300
if ruby:
301301
test_sys._dma_ports = []

0 commit comments

Comments
 (0)