----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1667/ -----------------------------------------------------------
(Updated Feb. 14, 2013, 7:29 a.m.) Review request for Default. Description (updated) ------- Changeset 9512:6341f983f1cd --------------------------- sim: simulate with multiple event queues This patch extends the patch Steve posted on the reviewboard (846). The patch updated with all the changes that have taken place over last 15 months. Code has been added so as actually carry out a quantum-based parallel simulation. The patch was tested in two different configurations: 1. ruby_network_test.py: in this simulation L1 cache controllers receive requests from the cpu. The requests are replied to immediately without any communication taking place with any other level. 2. twosys-tsunami-simple-atomic: this configuration simulates a client-server system which are connected by an ethernet link. We still lack the ability to communicate using message buffers or ports. But other things like simulation start and end, synchronizing after every quantum seem to be working. Diffs (updated) ----- src/cpu/base.cc 921d858c5bc7 src/dev/etherlink.cc 921d858c5bc7 src/python/m5/SimObject.py 921d858c5bc7 src/python/m5/event.py 921d858c5bc7 src/python/m5/main.py 921d858c5bc7 src/python/m5/simulate.py 921d858c5bc7 src/python/swig/core.i 921d858c5bc7 src/python/swig/event.i 921d858c5bc7 src/sim/Root.py 921d858c5bc7 src/sim/SConscript 921d858c5bc7 src/sim/core.hh 921d858c5bc7 src/sim/debug.cc 921d858c5bc7 src/sim/eventq.hh 921d858c5bc7 src/sim/eventq.cc 921d858c5bc7 src/sim/eventq_impl.hh 921d858c5bc7 src/sim/global_event.hh PRE-CREATION src/sim/global_event.cc PRE-CREATION src/sim/root.cc 921d858c5bc7 src/sim/serialize.cc 921d858c5bc7 src/sim/sim_events.hh 921d858c5bc7 src/sim/sim_events.cc 921d858c5bc7 src/sim/sim_exit.hh 921d858c5bc7 src/sim/sim_object.cc 921d858c5bc7 src/sim/simulate.hh 921d858c5bc7 src/sim/simulate.cc 921d858c5bc7 src/sim/stat_control.cc 921d858c5bc7 Diff: http://reviews.gem5.org/r/1667/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev