gem5 v24.0.0.0
|
#include <set>
#include "base/statistics.hh"
#include "mem/port.hh"
#include "params/GarnetSyntheticTraffic.hh"
#include "sim/clocked_object.hh"
#include "sim/eventq.hh"
#include "sim/sim_exit.hh"
#include "sim/sim_object.hh"
#include "sim/stats.hh"
Go to the source code of this file.
Classes | |
class | gem5::GarnetSyntheticTraffic |
class | gem5::GarnetSyntheticTraffic::CpuPort |
class | gem5::GarnetSyntheticTraffic::GarnetSyntheticTrafficSenderState |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Enumerations | |
enum | gem5::TrafficType { gem5::BIT_COMPLEMENT_ = 0 , gem5::BIT_REVERSE_ = 1 , gem5::BIT_ROTATION_ = 2 , gem5::NEIGHBOR_ = 3 , gem5::SHUFFLE_ = 4 , gem5::TORNADO_ = 5 , gem5::TRANSPOSE_ = 6 , gem5::UNIFORM_RANDOM_ = 7 , gem5::NUM_TRAFFIC_PATTERNS_ } |