Hi, I want to send some prefetch commands. Problem is when I use MemCmd::ReadReq, there is always a send message from cpu to cache and then a reply from cache to cpu. As I want to only prefetch, I have to send a unidirectional command from cpu to cache. No reply is needed.
How can I do that? Seems that ReadReq doesn't help -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
