gem5 v24.0.0.0
|
#include <iostream>
#include <vector>
#include "mem/ruby/common/TypeDefines.hh"
#include "mem/ruby/network/BasicLink.hh"
#include "mem/ruby/protocol/LinkDirection.hh"
Go to the source code of this file.
Classes | |
struct | gem5::ruby::LinkEntry |
class | gem5::ruby::Topology |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::ruby |
Typedefs | |
typedef std::vector< std::vector< std::vector< int > > > | gem5::ruby::Matrix |
typedef std::map< std::pair< SwitchID, SwitchID >, std::vector< LinkEntry > > | gem5::ruby::LinkMap |
Functions | |
std::ostream & | gem5::ruby::operator<< (std::ostream &out, const Topology &obj) |