summaryrefslogtreecommitdiff
path: root/src/mem/SConscript
diff options
context:
space:
mode:
authorOmar Naji <Omar.Naji@arm.com>2014-07-29 17:29:36 +0100
committerOmar Naji <Omar.Naji@arm.com>2014-07-29 17:29:36 +0100
commitafc6ce62287a965320e1a85190913264c360e336 (patch)
treefa0f293bcf315a828295ce2d032d1d86d1730d59 /src/mem/SConscript
parent00b37ffe50ad3270492884615b102f4dc6935067 (diff)
downloadgem5-afc6ce62287a965320e1a85190913264c360e336.tar.xz
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.
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r--src/mem/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript
index 35f2e9ce4..6d225385b 100644
--- a/src/mem/SConscript
+++ b/src/mem/SConscript
@@ -48,6 +48,7 @@ Source('abstract_mem.cc')
Source('addr_mapper.cc')
Source('bridge.cc')
Source('coherent_xbar.cc')
+Source('drampower.cc')
Source('dram_ctrl.cc')
Source('mem_object.cc')
Source('mport.cc')