From 41f38a559b6b6ed50d821f16b742575d1487d1cf Mon Sep 17 00:00:00 2001 From: Gabe Black <gabeblack@google.com> Date: Fri, 16 Aug 2019 13:21:56 -0700 Subject: mem: Put gem5 protocols in their own directory. This reduces clutter in the src/mem directory, and makes it clear that those protocols are for the classic gem5 memory system, not ruby, TLM, etc. Change-Id: I6cf6b21134d82f4f01991e4fe92dbea8c7e82081 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20231 Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Gabe Black <gabeblack@google.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> --- src/mem/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mem/SConscript') 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') -- cgit v1.2.3