We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff4b73 commit ffdd2ffCopy full SHA for ffdd2ff
1 file changed
configs/common/xiangshan.py
@@ -251,7 +251,7 @@ def build_xiangshan_system(args):
251
252
for i in range(np):
253
if args.kmh_align:
254
- test_sys.cpu[i].enable_storeSet_train = False
+ test_sys.cpu[i].enable_storeSet_train = True
255
256
if args.bp_type is None or args.bp_type == 'DecoupledBPUWithFTB' or args.bp_type == 'DecoupledBPUWithBTB':
257
enable_bp_db = len(args.enable_bp_db) > 1
@@ -295,7 +295,7 @@ def build_xiangshan_system(args):
295
assert args.dramsim3_ini is not None
296
297
for cpu in test_sys.cpu:
298
- cpu.store_prefetch_train = not args.kmh_align
+ cpu.store_prefetch_train = True
299
# ruby will overwrite the store_prefetch_train
300
if ruby:
301
test_sys._dma_ports = []
0 commit comments