ruby: make DMASequencer inherit from RubyPort
Review Request #3281 - Created Jan. 15, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Michael LeBeane | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
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.
