Hi,
while debugging, in this function:
PacketPtr
Cache<TagStore>::getTimingPacket()
{
MSHR *mshr = getNextMSHR();
...
// use request from 1st target
PacketPtr tgt_pkt = mshr->getTarget()->pkt;
...
}the getNextMSHR returns "miss_mshr". However tgt_pkt->cmd is WriteReq. How that is possible? What does that mean? Thanks -- // Naderan *Mahmood;
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
