gem5 v23.0.0.1
|
#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 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
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) |