Searched hist:9410 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A DSimObject.pydiff 9410:f329e7ec9786 Mon Jan 07 13:05:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> 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.

Completed in 28 milliseconds