gem5
|
Declaration of an abstract crossbar base class. More...
#include <deque>
#include <unordered_map>
#include "base/addr_range_map.hh"
#include "base/types.hh"
#include "mem/mem_object.hh"
#include "mem/qport.hh"
#include "params/BaseXBar.hh"
#include "sim/stats.hh"
Go to the source code of this file.
Classes | |
class | BaseXBar |
The base crossbar contains the common elements of the non-coherent and coherent crossbar. More... | |
class | BaseXBar::Layer< SrcType, DstType > |
A layer is an internal crossbar arbitration point with its own flow control. More... | |
class | BaseXBar::ReqLayer |
class | BaseXBar::RespLayer |
class | BaseXBar::SnoopRespLayer |
struct | BaseXBar::PortCache |
Declaration of an abstract crossbar base class.
Definition in file xbar.hh.