Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-25 | mem: Fix search-replace issues in DRAMPower wrapper license | Andreas Hansson | |
Fix a number of unintentional insertions of 'const'. | |||
2014-07-29 | mem: Add DRAMPower wrapping class | Omar Naji | |
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. |