gem5 v24.0.0.0
|
Declaration of a non-coherent crossbar. More...
Go to the source code of this file.
Classes | |
class | gem5::NoncoherentXBar |
A non-coherent crossbar connects a number of non-snooping memory-side ports and cpu_sides, and routes the request and response packets based on the address. More... | |
class | gem5::NoncoherentXBar::NoncoherentXBarResponsePort |
Declaration of the non-coherent crossbar CPU-side port type, one will be instantiated for each of the memory-side ports connecting to the crossbar. More... | |
class | gem5::NoncoherentXBar::NoncoherentXBarRequestPort |
Declaration of the crossbar memory-side port type, one will be instantiated for each of the CPU-side ports connecting to the crossbar. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Declaration of a non-coherent crossbar.
Definition in file noncoherent_xbar.hh.