mem: Rename SimpleDRAM to a more suitable DRAMCtrl
authorAndreas Hansson <andreas.hansson@arm.com>
Sun, 23 Mar 2014 15:12:12 +0000 (11:12 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Sun, 23 Mar 2014 15:12:12 +0000 (11:12 -0400)
commit7c18691db1bc450b04142502e5c324ad612318ab
tree10083265e3854227c8946f861db127c7d783f2e0
parent3dd1587afc48e8d2b870253de689bbe7262fcbe6
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.

--HG--
rename : src/mem/SimpleDRAM.py => src/mem/DRAMCtrl.py
rename : src/mem/simple_dram.cc => src/mem/dram_ctrl.cc
rename : src/mem/simple_dram.hh => src/mem/dram_ctrl.hh
configs/common/MemConfig.py
configs/dram/sweep.py
src/mem/DRAMCtrl.py [new file with mode: 0644]
src/mem/SConscript
src/mem/SimpleDRAM.py [deleted file]
src/mem/dram_ctrl.cc [new file with mode: 0644]
src/mem/dram_ctrl.hh [new file with mode: 0644]
src/mem/simple_dram.cc [deleted file]
src/mem/simple_dram.hh [deleted file]