Add Parameter to only do prefetch calculations on data accesses not instruction accesses
--HG-- extra : convert_revision : 85c987561a962f21466f0c1bd0473300d341c398
This commit is contained in:
parent
1b2c81b9d7
commit
2d2f663d3a
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue