mem: Remove RubyMemoryControl and rely on DRAMCtrl
Review Request #2725 - Created April 2, 2015 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10790:2db4eeebab53 --------------------------- mem: Remove RubyMemoryControl and rely on DRAMCtrl This patch aims to ease maintenance and avoid confusion when it comes to DRAM modelling in gem5. The DRAMCtrl model is fast, accurate, integrated with power models, and covers a wide range of DRAM variants. Thus, there is really no need to keep the RubyMemoryControl.
