mem: Add DRAMPower wrapping class
authorOmar Naji <Omar.Naji@arm.com>
Tue, 29 Jul 2014 16:29:36 +0000 (17:29 +0100)
committerOmar Naji <Omar.Naji@arm.com>
Tue, 29 Jul 2014 16:29:36 +0000 (17:29 +0100)
commitafc6ce62287a965320e1a85190913264c360e336
treefa0f293bcf315a828295ce2d032d1d86d1730d59
parent00b37ffe50ad3270492884615b102f4dc6935067
mem: Add DRAMPower wrapping class

This patch adds a class to wrap DRAMPower Library in gem5.
This class initiates an object of class MemorySpecification
of the DRAMPower Library, passes the parameters from DRAMCtrl.py
to this object and creates an object of drampower library using
the memory specification.
src/mem/SConscript
src/mem/drampower.cc [new file with mode: 0644]
src/mem/drampower.hh [new file with mode: 0644]