Skip to content

Commit 534379b

Browse files
committed
mem: Test disable L2NL
Change-Id: I2a4d118ed491dc49747a21e0be76a370f5c7c4bc
1 parent e8840fe commit 534379b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/common/PrefetcherConfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def create_prefetcher(cpu, cache_level, options):
109109
# disable unecessary filter to align with RTL when in pf_buffer mode
110110
if hasattr(prefetcher, 'queue_filter'):
111111
prefetcher.queue_filter = False
112+
prefetcher.enable_despacito_stream = False
112113
if options.l1_to_l2_pf_hint:
113114
prefetcher.queue_size = 32
114115
prefetcher.max_prefetch_requests_with_pending_translation = 128

0 commit comments

Comments
 (0)