traffic_gen.hh (12396:3d04ea44fafb) traffic_gen.hh (12397:a6d362560825)
1/*
2 * Copyright (c) 2012-2013, 2016-2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 34 unchanged lines hidden (view full) ---

43#define __CPU_TRAFFIC_GEN_TRAFFIC_GEN_HH__
44
45#include <unordered_map>
46
47#include "base/statistics.hh"
48#include "cpu/testers/traffic_gen/base_gen.hh"
49#include "cpu/testers/traffic_gen/dram_gen.hh"
50#include "cpu/testers/traffic_gen/dram_rot_gen.hh"
1/*
2 * Copyright (c) 2012-2013, 2016-2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 34 unchanged lines hidden (view full) ---

43#define __CPU_TRAFFIC_GEN_TRAFFIC_GEN_HH__
44
45#include <unordered_map>
46
47#include "base/statistics.hh"
48#include "cpu/testers/traffic_gen/base_gen.hh"
49#include "cpu/testers/traffic_gen/dram_gen.hh"
50#include "cpu/testers/traffic_gen/dram_rot_gen.hh"
51#include "cpu/testers/traffic_gen/exit_gen.hh"
51#include "cpu/testers/traffic_gen/idle_gen.hh"
52#include "cpu/testers/traffic_gen/linear_gen.hh"
53#include "cpu/testers/traffic_gen/random_gen.hh"
54#include "cpu/testers/traffic_gen/trace_gen.hh"
55#include "mem/mem_object.hh"
56#include "mem/qport.hh"
57#include "params/TrafficGen.hh"
58

--- 194 unchanged lines hidden ---
52#include "cpu/testers/traffic_gen/idle_gen.hh"
53#include "cpu/testers/traffic_gen/linear_gen.hh"
54#include "cpu/testers/traffic_gen/random_gen.hh"
55#include "cpu/testers/traffic_gen/trace_gen.hh"
56#include "mem/mem_object.hh"
57#include "mem/qport.hh"
58#include "params/TrafficGen.hh"
59

--- 194 unchanged lines hidden ---