----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/720/#review1269 -----------------------------------------------------------
src/python/m5/params.py <http://reviews.m5sim.org/r/720/#comment1746> The all proxy object is going to return an array which in then going to get turned into [[all,objects,that,match]]. we don't want this. src/python/m5/proxy.py <http://reviews.m5sim.org/r/720/#comment1747> Parent.all would find every object above you in the hierarchy that matched, although I've never tried it. I only use self.all.. I can add a description for those two. Will you add one for the rest of the proxy objets? :) - Ali On 2011-05-26 19:17:18, Ali Saidi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.m5sim.org/r/720/ > ----------------------------------------------------------- > > (Updated 2011-05-26 19:17:18) > > > Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and > Nathan Binkert. > > > Summary > ------- > > Config: Add support for a Self.all proxy object > > > Diffs > ----- > > src/python/m5/SimObject.py 3f37cc5d25bc > src/python/m5/params.py 3f37cc5d25bc > src/python/m5/proxy.py 3f37cc5d25bc > src/sim/System.py 3f37cc5d25bc > > Diff: http://reviews.m5sim.org/r/720/diff > > > Testing > ------- > > > Thanks, > > Ali > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
