Add Parameter to only do prefetch calculations on data accesses not instruction accesses

--HG--
extra : convert_revision : 85c987561a962f21466f0c1bd0473300d341c398
This commit is contained in:
Ron Dreslinski 2005-04-08 17:19:56 -04:00
parent 1b2c81b9d7
commit 2d2f663d3a

View file

@ -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")