stdlib: Removing SingleChannelMemory
This change removes the code base for SingleChannelMemory and replaces it with MultiChannelMemory. muli_channel defines all the classes that were defined by single_channel. Basically any SingleChannelMemory could be thought of as a MultiChannelMemory with 1 channel. Change-Id: If96079d5f77be5a3ba26d2c2ddb98f5c60375cd8 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/53304 Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -133,8 +133,9 @@ PySource('gem5.components.cachehierarchies.ruby.topologies',
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/__init__.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/abstract_memory_system.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/dramsim_3.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/single_channel.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/simple.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/memory.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/single_channel.py')
|
||||
PySource('gem5.components.memory', 'gem5/components/memory/multi_channel.py')
|
||||
PySource('gem5.components.memory.dram_interfaces',
|
||||
'gem5/components/memory/dram_interfaces/__init__.py')
|
||||
|
||||
Reference in New Issue
Block a user