I see in cache_impl.hh::timingAccess() that

if (needsResponse) {
       pkt->makeTimingResponse();
       cpuSidePort->respond(pkt, curTick()+lat);
} else {
       delete pkt;
}

So somewhere in the code there must a control that set needsResponse
to false or true. But I can not find that.

Do you know?

Regards,


On 12/31/11, Mahmood Naderan <[email protected]> wrote:
> Hi,
> How it is possible to set "needsResponse" as false while creating a
> packet? I see that only
> bool needsResponse() const  { return cmd.needsResponse(); }
>
> exists but how to set that?
> --
> // Naderan *Mahmood;
>


-- 
--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to