----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3281/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11298:4ef93e72a8a8 --------------------------- ruby: make DMASequencer inherit from RubyPort This patch essentially rolls back 10518:30e3715c9405 to make RubyPort the parent class of DMASequencer. It removes redundant code and restores some features which were lost when directly inheriting from MemObject. For example, DMASequencer can now communicate to other devices using PIO, which is useful for memmory-mapped communication between multiple DMADevices. Diffs ----- src/mem/ruby/system/DMASequencer.hh d1f8610cdffd798144fe78f6fd904b8c983f6056 src/mem/ruby/system/DMASequencer.cc d1f8610cdffd798144fe78f6fd904b8c983f6056 src/mem/ruby/system/Sequencer.py d1f8610cdffd798144fe78f6fd904b8c983f6056 Diff: http://reviews.gem5.org/r/3281/diff/ Testing ------- Thanks, Michael LeBeane _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
