----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3281/ -----------------------------------------------------------
(Updated Feb. 13, 2016, 8:51 p.m.) Review request for Default. Changes ------- Update patch to apply on current gem5 tip. 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 (updated) ----- src/mem/ruby/system/DMASequencer.hh b318499f676cf960be8148635c91f4a4f20c4616 src/mem/ruby/system/DMASequencer.cc b318499f676cf960be8148635c91f4a4f20c4616 src/mem/ruby/system/Sequencer.py b318499f676cf960be8148635c91f4a4f20c4616 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
