----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1144/ -----------------------------------------------------------
(Updated April 11, 2012, 7:29 a.m.) Review request for Default. Description ------- MEM: Use base class Master/SlavePort pointers in the bus This patch makes some rather trivial simplifications to the bus in that it changes the use of BusMasterPort and BusSlavePort pointers to simply use MasterPort and SlavePort (iterators are also updated accordingly). This change is a step towards a future patch that introduces a separation of the interface and the structural port itself. Diffs (updated) ----- src/mem/bus.hh 5534a564f6a0 src/mem/bus.cc 5534a564f6a0 Diff: http://reviews.gem5.org/r/1144/diff/ Testing ------- util/regress all passing (disregarding t1000 and eio) Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
