Hi,

Actually, I have added write_latency to response_latency to take into account the write_latency for a cache fill (write in cache from memSide). As far as I know, response_latency does not correspond to latency for a cache fill.
 In cache.py, I assign response_latency = hit_latency.

Cordialement / Best Regards

SENNI Sophiane
Ph.D. candidate - Microelectronics
LIRMM - www.lirmm.fr

Le 20/02/2014 14:05, Seyedhamidreza Motaman a écrit :

Hello All
I used patch #2072 for different cache latency for read or write. I saw that this patch used writelatency + responselatency for calculation of completion_time and also for calculating blk->whenready in handlefill function. However in orginal cache_impl.hh there is just responselatency. I was wondering if I use this patch I have to assign response_latency=0 in cache.py??

Best Regards,

Hamid


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

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

Reply via email to