----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/916/#review1693 -----------------------------------------------------------
Andreas, can you explain in more detail the functionality which is lacking right now and how your series of patches address it? - Nilay On 2011-11-28 10:16:33, Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.m5sim.org/r/916/ > ----------------------------------------------------------- > > (Updated 2011-11-28 10:16:33) > > > Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and > Nathan Binkert. > > > Summary > ------- > > MEM: Add the port proxies to the source tree > > Port proxies are used to replace non-structural ports, and thus enable > all ports in the system to correspond to a structural entity. > > The following replacements are going to follow in the next patches: > FunctionalPort > PortProxy > TranslatingPort > SETranslatingProxy > VirtualPort > FSTranslatingProxy > > This patch does not instantiate any of the aforementioned ports, it > merely adds the source files. > > > Diffs > ----- > > src/mem/SConscript e70d031cb5f9 > src/mem/fs_translating_proxy.hh PRE-CREATION > src/mem/fs_translating_proxy.cc PRE-CREATION > src/mem/port_proxy.hh PRE-CREATION > src/mem/port_proxy.cc PRE-CREATION > src/mem/se_translating_proxy.hh PRE-CREATION > src/mem/se_translating_proxy.cc PRE-CREATION > > Diff: http://reviews.m5sim.org/r/916/diff > > > Testing > ------- > > util/regress passing all ignoring failing eio and t1000 > > > Thanks, > > Andreas > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
