On Mon, 19 Nov 2012, Albert wrote:

Ok, found and written a possible solution to this. I appreciate the help because I would continued searching it from a python point of view. Now I'm able to retrieve a pointer to others' TLBs and make a lookup. But I also want to emulate a delay meaning the time that would take to send the request to the TLBs and receive the reponse from each one. Taking into account that this would be a broadcast, the time can be fixed. How can it be done properly?


This would require a much more detailed design as to how this communication is happening, what other events is it overlapped with. I think you should try to understand how the tlb structure works in gem5 and add the latency as you think it should be.

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

Reply via email to