gem5
v20.1.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 | GarnetSyntheticTraffic |
class | GarnetSyntheticTraffic::CpuPort |
class | GarnetSyntheticTraffic::GarnetSyntheticTrafficSenderState |
Enumerations | |
enum | TrafficType { BIT_COMPLEMENT_ = 0, BIT_REVERSE_ = 1, BIT_ROTATION_ = 2, NEIGHBOR_ = 3, SHUFFLE_ = 4, TORNADO_ = 5, TRANSPOSE_ = 6, UNIFORM_RANDOM_ = 7, NUM_TRAFFIC_PATTERNS_ } |
enum TrafficType |
Enumerator | |
---|---|
BIT_COMPLEMENT_ | |
BIT_REVERSE_ | |
BIT_ROTATION_ | |
NEIGHBOR_ | |
SHUFFLE_ | |
TORNADO_ | |
TRANSPOSE_ | |
UNIFORM_RANDOM_ | |
NUM_TRAFFIC_PATTERNS_ |
Definition at line 43 of file GarnetSyntheticTraffic.hh.