gem5
|
Declaration of a non-coherent crossbar. More...
Go to the source code of this file.
Classes | |
class | NoncoherentXBar |
A non-coherent crossbar connects a number of non-snooping masters and slaves, and routes the request and response packets based on the address. More... | |
class | NoncoherentXBar::NoncoherentXBarSlavePort |
Declaration of the non-coherent crossbar slave port type, one will be instantiated for each of the master ports connecting to the crossbar. More... | |
class | NoncoherentXBar::NoncoherentXBarMasterPort |
Declaration of the crossbar master port type, one will be instantiated for each of the slave ports connecting to the crossbar. More... | |
Declaration of a non-coherent crossbar.
Definition in file noncoherent_xbar.hh.