Hi,
What is the best way to suspend a packet  in the cache. Let's say for a
read access to L2, I have to suspend the request until another
request comes in, although the main request might be a hit in L2.

One solution might be checking the secondary request in
 inpuSidePort::recvTimingReq(PacketPtr pkt)
and then pushing back the main request to higher level, if the secondary is
missing. But I want to keep the main packet in L2. Do you have any idea?
Majid
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to