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

/gem5/src/python/m5/
H A Dproxy.py8927:bc3a389d1e37 Thu Apr 05 10:44:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Python: Make the All proxy traverse SimObject children as well

This patch changes the behaviour of the All proxy parameter to not
only consider the direct children, but also do a pre-order depth-first
traversal of the object tree and append all results from the
children.

This is used in a later patch to find all the memories in the system,
independent of where they are located in the hierarchy.
H A DSimObject.py8927:bc3a389d1e37 Thu Apr 05 10:44:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Python: Make the All proxy traverse SimObject children as well

This patch changes the behaviour of the All proxy parameter to not
only consider the direct children, but also do a pre-order depth-first
traversal of the object tree and append all results from the
children.

This is used in a later patch to find all the memories in the system,
independent of where they are located in the hierarchy.

Completed in 19 milliseconds