History log of /gem5/src/mem/drampower.hh
Revision Date Author Comments
# 11229:1b9331fd8966 25-Nov-2015 Andreas Hansson <andreas.hansson@arm.com>

mem: Fix search-replace issues in DRAMPower wrapper license

Fix a number of unintentional insertions of 'const'.


# 10431:d9415c7f61a9 29-Jul-2014 Omar Naji <Omar.Naji@arm.com>

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.