From 74043c4f5c6f4b4d43c518f47da4cd1bd68b9e08 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 30 Mar 2012 12:57:48 -0400 Subject: 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. --- src/mem/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mem/SConscript') 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') -- cgit v1.2.3