----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2318/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10267:8562997dbbe8 --------------------------- config: Add SubSystem container for simobjects This patch adds the SubSystem container for grouping simobjects together in logical subsystems to facilitate building a larger system from constituent parts. The container is simply a non-abstract empty simobject to hold the components that will be connected as its children. In simulation the object does not participate, its only use is during configuration of the system. Diffs ----- src/sim/SConscript dc198e224a85 src/sim/SubSystem.py PRE-CREATION src/sim/sub_system.hh PRE-CREATION src/sim/sub_system.cc PRE-CREATION Diff: http://reviews.gem5.org/r/2318/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
