gem5
v20.1.0.0
|
Go to the source code of this file.
Classes | |
class | 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 | 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 | 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... | |
Declaration of a non-coherent crossbar.
Definition in file noncoherent_xbar.hh.