Hi,

I am trying to figure out the percentage of false misses in parsec traces,
and for this I need to know which physical address exactly is accessed for
a request coming from the network, and also the size of the data request.
The requests from the the core to L1 cache have the size of the data
request, but the request from the L2cache to L1cache seems to have the size
as MessageSizeType_Request_Control. Also for this access, the request
address is LineAddress and not the Physical Address.

Is there a way I could get the Physical Address of an incoming message from
the network and the actual size of the data request? I am using gem5 with
ruby - MESI coherence protocol.

Thanks,
Pritha
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to