gem5 v23.0.0.1
|
#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 |
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. | |
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_ } |