Add mem_trace parameter to BaseCache.
python/m5/objects/BaseCache.mpy:
Add mem_trace parameter.
--HG--
extra : convert_revision : a0bab53fabd7426eee5ca9c845c02a6ac2e1722f
This commit is contained in:
@@ -19,6 +19,8 @@ simobj BaseCache(BaseMem):
|
||||
"whether this NIC partition should use LIFO repl. policy")
|
||||
max_miss_count = Param.Counter(0,
|
||||
"number of misses to handle before calling exit")
|
||||
mem_trace = Param.MemTraceWriter(NULL,
|
||||
"memory trace writer to record accesses")
|
||||
mshrs = Param.Int("number of MSHRs (max outstanding requests)")
|
||||
out_bus = Param.Bus("outgoing bus object")
|
||||
prioritizeRequests = Param.Bool(False,
|
||||
|
||||
Reference in New Issue
Block a user