gem5 v24.0.0.0
|
#include "mem/ruby/network/simple/Throttle.hh"
#include <cassert>
#include "base/cast.hh"
#include "base/cprintf.hh"
#include "debug/RubyNetwork.hh"
#include "mem/ruby/network/MessageBuffer.hh"
#include "mem/ruby/network/Network.hh"
#include "mem/ruby/network/simple/Switch.hh"
#include "mem/ruby/slicc_interface/Message.hh"
#include "mem/ruby/system/RubySystem.hh"
#include "sim/stats.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::ruby |
Functions | |
static int | gem5::ruby::network_message_to_size (Message *net_msg_ptr) |
Variables | |
const int | gem5::ruby::MESSAGE_SIZE_MULTIPLIER = 1000 |
const int | gem5::ruby::BROADCAST_SCALING = 1 |