config: Traverse lists when visiting children in all proxy
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
commite6c57786a43b6e21e11dec95d2fcb2c965d84abb
tree166881c6a737311088972d4425ae3d20d63690bb
parente0d93fde993126a2147648586f2fa0526412d841
config: Traverse lists when visiting children in all proxy

This patch makes the all proxy traverse any potential list that is
encountered in the object hierarchy instead of only looking at
children that are SimObjects. An example of where this is useful is
when creating a multi-channel memory system as a list of controllers,
whilst ensuring that the memories are still visible in the system.
src/python/m5/SimObject.py