diff options
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r-- | src/mem/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript index 9ebb07436..95d8654b1 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -60,14 +60,12 @@ SimObject('MemDelay.py') Source('abstract_mem.cc') Source('addr_mapper.cc') -Source('atomic_protocol.cc') Source('bridge.cc') Source('coherent_xbar.cc') Source('drampower.cc') Source('dram_ctrl.cc') Source('external_master.cc') Source('external_slave.cc') -Source('functional_protocol.cc') Source('mem_object.cc') Source('mport.cc') Source('noncoherent_xbar.cc') @@ -77,7 +75,6 @@ Source('packet_queue.cc') Source('port_proxy.cc') Source('physical.cc') Source('secure_port_proxy.cc') -Source('timing_protocol.cc') Source('simple_mem.cc') Source('snoop_filter.cc') Source('stack_dist_calc.cc') |