Searched refs:GarnetNetwork (Results 1 - 10 of 10) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.hh43 #include "params/GarnetNetwork.hh"
52 class GarnetNetwork : public Network class in inherits:Network
56 GarnetNetwork(const Params *p);
58 ~GarnetNetwork();
190 GarnetNetwork(const GarnetNetwork& obj);
191 GarnetNetwork& operator=(const GarnetNetwork& obj);
201 operator<<(std::ostream& out, const GarnetNetwork& obj)
H A DGarnetLink.hh57 friend class GarnetNetwork;
82 friend class GarnetNetwork;
H A DOutVcState.cc38 OutVcState::OutVcState(int id, GarnetNetwork *network_ptr)
H A DOutVcState.hh38 #include "mem/ruby/network/garnet2.0/GarnetNetwork.hh"
43 OutVcState(int id, GarnetNetwork *network_ptr);
H A DGarnetNetwork.cc34 #include "mem/ruby/network/garnet2.0/GarnetNetwork.hh"
54 * GarnetNetwork sets up the routers and links and collects stats.
55 * Default parameters (GarnetNetwork.py) can be overwritten from command line
59 GarnetNetwork::GarnetNetwork(const Params *p) function in class:GarnetNetwork
102 GarnetNetwork::init()
146 GarnetNetwork::~GarnetNetwork()
162 GarnetNetwork::makeExtInLink(NodeID src, SwitchID dest, BasicLink* link,
189 GarnetNetwork
[all...]
H A DNetworkInterface.hh43 #include "mem/ruby/network/garnet2.0/GarnetNetwork.hh"
73 void init_net_ptr(GarnetNetwork *net_ptr) { m_net_ptr = net_ptr; }
78 GarnetNetwork *m_net_ptr;
H A DRouter.hh44 #include "mem/ruby/network/garnet2.0/GarnetNetwork.hh"
83 void init_net_ptr(GarnetNetwork* net_ptr)
88 GarnetNetwork* get_net_ptr() { return m_network_ptr; }
122 GarnetNetwork *m_network_ptr;
H A DNetworkLink.hh46 class GarnetNetwork;
H A DGarnetNetwork.py37 class GarnetNetwork(RubyNetwork): class in inherits:RubyNetwork
38 type = 'GarnetNetwork'
39 cxx_header = "mem/ruby/network/garnet2.0/GarnetNetwork.hh"
/gem5/configs/network/
H A DNetwork.py85 NetworkClass = GarnetNetwork

Completed in 14 milliseconds