mem: Rename SimpleDRAM to a more suitable DRAMCtrl
Review Request #2200 - Created March 7, 2014 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10121:3f0e8a243002 --------------------------- mem: Rename SimpleDRAM to a more suitable DRAMCtrl This patch renames the not-so-simple SimpleDRAM to a more suitable DRAMCtrl. The name change is intended to ensure that we do not send the wrong message (although the "simple" in SimpleDRAM was originally intended as in cleverly simple, or elegant). As the DRAM controller modelling work is being presented at ISPASS'14 our hope is that a broader audience will use the model in the future.
All regressions pass
Ship It!
Posted (March 11, 2014, 7:59 p.m.)
I am not opposed to this patch, but I would keep it as SimpleDRAM until we support more fine grained timing parameters such as tCCD and tWR. On the other hand, it is not that of a simple model any more, so it is not a bad idea for marketing purposes.
