gem5/configs/ruby
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
..
MESI_Three_Level.py config, ruby: connect dma to network 2015-01-20 14:15:28 -06:00
MESI_Two_Level.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MI_example.py config: ruby: mi protocol: correct master slave setting for dma 2014-12-04 08:59:44 -06:00
MOESI_CMP_directory.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MOESI_CMP_token.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MOESI_hammer.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
Network_test.py ruby: single physical memory in fs mode 2014-11-06 05:41:44 -06:00
Ruby.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00