gem5
|
#include "cpu/testers/garnet_synthetic_traffic/GarnetSyntheticTraffic.hh"
#include <cmath>
#include <iomanip>
#include <set>
#include <string>
#include <vector>
#include "base/misc.hh"
#include "base/random.hh"
#include "base/statistics.hh"
#include "debug/GarnetSyntheticTraffic.hh"
#include "mem/mem_object.hh"
#include "mem/packet.hh"
#include "mem/port.hh"
#include "mem/request.hh"
#include "sim/sim_events.hh"
#include "sim/stats.hh"
#include "sim/system.hh"
Go to the source code of this file.
Variables | |
int | TESTER_NETWORK =0 |
int TESTER_NETWORK =0 |
Definition at line 53 of file GarnetSyntheticTraffic.cc.
Referenced by GarnetSyntheticTraffic::GarnetSyntheticTraffic().