MemCmd: Add a command for invalidation requests to LSQ
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 23 Jan 2012 17:07:11 +0000 (11:07 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 23 Jan 2012 17:07:11 +0000 (11:07 -0600)
commit9481d05b8aea0faf336f604f3e18b451d5197c12
treeb5f2ee3155149449b1b187f0d3d64d511ea113fe
parentacd289b7ef5862bdac391672f0e1ad20fbfadab0
MemCmd: Add a command for invalidation requests to LSQ
This command will be sent from the memory system (Ruby) to the LSQ of
an O3 CPU so that the LSQ, if it needs to, invalidates the address in
the request packet.
src/mem/packet.cc
src/mem/packet.hh