#include <iostream>
#include <string>
#include <unordered_map>
#include <vector>
#include "base/addr_range.hh"
#include "base/types.hh"
#include "mem/packet.hh"
#include "mem/port.hh"
#include "mem/ruby/common/MachineID.hh"
#include "mem/ruby/common/TypeDefines.hh"
#include "mem/ruby/network/Topology.hh"
#include "mem/ruby/network/dummy_port.hh"
#include "mem/ruby/protocol/LinkDirection.hh"
#include "mem/ruby/protocol/MessageSizeType.hh"
#include "params/RubyNetwork.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Network & |
obj |
|
) |
| |
|
inline |