On Fri, 5 Oct 2012, Mann Mann wrote:
Hi All in Shared Multiprocessor Simulation, I understood that simulator assigns sequencer to each process, but I need to grab exact flow, I want to understand how shared variables are used, and how data flow between these processors. (In detail : How virtual/physical page mapping is maintained in simulator) Could somebody suggest, where to look for this info.
Lots of documentation is available on gem5.org. That is good place to start. Look in the directory src/sim. The files system.cc and process.cc might be relevant to you. You can look at how the memory system works in src/mem directory.
-- Nilay _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users