config: Add SubSystem container for simobjects
authorGeoffrey Blake <Geoffrey.Blake@arm.com>
Sun, 10 Aug 2014 09:39:16 +0000 (05:39 -0400)
committerGeoffrey Blake <Geoffrey.Blake@arm.com>
Sun, 10 Aug 2014 09:39:16 +0000 (05:39 -0400)
commitdbdce42b88f9b1f954b1bbb5ae9c707a6a3c1d0c
tree07075477660daa7cd9c6b75a2899a4b68080786c
parent09b50038158a44f95ef96bc28a442a90d4db902d
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.
src/sim/SConscript
src/sim/SubSystem.py [new file with mode: 0644]
src/sim/sub_system.cc [new file with mode: 0644]
src/sim/sub_system.hh [new file with mode: 0644]