Reena,

Can you move the assert to doTLBAccess() function and check if cache_req->memReq is NULL before translateAtomic is called?

If it is NULL, then check which of the two cases in setupMemRequest was hit?

Korey,

It seems to me that line 399

            cache_req->memReq = inst->dataMemReq;

should be out side the if condition on (inst->dataMemReq == NULL)

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

Reply via email to