Add Parameter to only do prefetch calculations on data accesses not instruction accesses
--HG-- extra : convert_revision : 85c987561a962f21466f0c1bd0473300d341c398
This commit is contained in:
@@ -58,3 +58,5 @@ simobj BaseCache(BaseMem):
|
||||
"Check if in cash on push or pop of prefetch queue")
|
||||
prefetch_use_cpu_id = Param.Bool(True,
|
||||
"Use the CPU ID to seperate calculations of prefetches")
|
||||
prefetch_data_accesses_only = Param.Bool(False,
|
||||
"Only prefetch on data not on instruction accesses")
|
||||
|
||||
Reference in New Issue
Block a user