dram_gen.hh (12396:3d04ea44fafb) dram_gen.hh (12804:f47e75dce5c6)
1/*
2 * Copyright (c) 2012-2013, 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

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

47 */
48
49#ifndef __CPU_TRAFFIC_GEN_DRAM_GEN_HH__
50#define __CPU_TRAFFIC_GEN_DRAM_GEN_HH__
51
52#include "base/bitfield.hh"
53#include "base/intmath.hh"
54#include "mem/packet.hh"
1/*
2 * Copyright (c) 2012-2013, 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

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

47 */
48
49#ifndef __CPU_TRAFFIC_GEN_DRAM_GEN_HH__
50#define __CPU_TRAFFIC_GEN_DRAM_GEN_HH__
51
52#include "base/bitfield.hh"
53#include "base/intmath.hh"
54#include "mem/packet.hh"
55#include "proto/protoio.hh"
56#include "random_gen.hh"
57
58/**
59 * DRAM specific generator is for issuing request with variable page
60 * hit length and bank utilization. Currently assumes a single
61 * channel configuration.
62 */
63class DramGen : public RandomGen

--- 106 unchanged lines hidden ---
55#include "random_gen.hh"
56
57/**
58 * DRAM specific generator is for issuing request with variable page
59 * hit length and bank utilization. Currently assumes a single
60 * channel configuration.
61 */
62class DramGen : public RandomGen

--- 106 unchanged lines hidden ---