summaryrefslogtreecommitdiff
path: root/src/mem/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-03-30 12:57:48 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2012-03-30 12:57:48 -0400
commit74043c4f5c6f4b4d43c518f47da4cd1bd68b9e08 (patch)
treec2da6f291c42463e6cb0adb4d59a275c97ac33f1 /src/mem/SConscript
parenta128ba7cd1ab506e3468c82c1060a7fb4ad909b1 (diff)
downloadgem5-74043c4f5c6f4b4d43c518f47da4cd1bd68b9e08.tar.xz
MEM: Remove legacy DRAM in preparation for memory updates
This patch removes the DRAM memory class in preparation for updates to the memory system, with the first one introducing an abstract memory class, and removing the assumption of a single physical memory.
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r--src/mem/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript
index cc5e3a37a..d30fd7fcb 100644
--- a/src/mem/SConscript
+++ b/src/mem/SConscript
@@ -48,7 +48,6 @@ Source('se_translating_port_proxy.cc')
if env['TARGET_ISA'] != 'no':
SimObject('PhysicalMemory.py')
- Source('dram.cc')
Source('page_table.cc')
Source('physical.cc')