gem5/configs/example
Andreas Hansson 36dc93a5fa mem: Move crossbar default latencies to subclasses
This patch introduces a few subclasses to the CoherentXBar and
NoncoherentXBar to distinguish the different uses in the system. We
use the crossbar in a wide range of places: interfacing cores to the
L2, as a system interconnect, connecting I/O and peripherals,
etc. Needless to say, these crossbars have very different performance,
and the clock frequency alone is not enough to distinguish these
scenarios.

Instead of trying to capture every possible case, this patch
introduces dedicated subclasses for the three primary use-cases:
L2XBar, SystemXBar and IOXbar. More can be added if needed, and the
defaults can be overridden.
2015-03-02 04:00:47 -05:00
..
fs.py config: add --root-device machine parameter 2015-01-16 14:12:03 -06:00
memcheck.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
memtest.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
read_config.py config: Add the ability to read a config file using C++ and Python 2014-10-16 05:49:37 -04:00
ruby_direct_test.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
ruby_mem_test.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
ruby_network_test.py ruby: single physical memory in fs mode 2014-11-06 05:41:44 -06:00
ruby_random_test.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
se.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00