diff options
author | Gabe Black <gabeblack@google.com> | 2019-08-16 13:21:56 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-08-23 21:13:33 +0000 |
commit | 41f38a559b6b6ed50d821f16b742575d1487d1cf (patch) | |
tree | 3535860ac5b519478bcaf753084fa06b091f39b0 /src/mem/SConscript | |
parent | c08351f4d399f56ec6ed6c81b39e52f55a7bc56f (diff) | |
download | gem5-41f38a559b6b6ed50d821f16b742575d1487d1cf.tar.xz |
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>
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') |