dram_ctrl.cc (11678:8c6991a00515) dram_ctrl.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2010-2016 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

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

39 *
40 * Authors: Andreas Hansson
41 * Ani Udipi
42 * Neha Agarwal
43 * Omar Naji
44 * Wendy Elsasser
45 */
46
1/*
2 * Copyright (c) 2010-2016 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

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

39 *
40 * Authors: Andreas Hansson
41 * Ani Udipi
42 * Neha Agarwal
43 * Omar Naji
44 * Wendy Elsasser
45 */
46
47#include "mem/dram_ctrl.hh"
48
47#include "base/bitfield.hh"
48#include "base/trace.hh"
49#include "debug/DRAM.hh"
50#include "debug/DRAMPower.hh"
51#include "debug/DRAMState.hh"
52#include "debug/Drain.hh"
49#include "base/bitfield.hh"
50#include "base/trace.hh"
51#include "debug/DRAM.hh"
52#include "debug/DRAMPower.hh"
53#include "debug/DRAMState.hh"
54#include "debug/Drain.hh"
53#include "mem/dram_ctrl.hh"
54#include "sim/system.hh"
55
56using namespace std;
57using namespace Data;
58
59DRAMCtrl::DRAMCtrl(const DRAMCtrlParams* p) :
60 AbstractMemory(p),
61 port(name() + ".port", *this), isTimingMode(false),

--- 2680 unchanged lines hidden ---
55#include "sim/system.hh"
56
57using namespace std;
58using namespace Data;
59
60DRAMCtrl::DRAMCtrl(const DRAMCtrlParams* p) :
61 AbstractMemory(p),
62 port(name() + ".port", *this), isTimingMode(false),

--- 2680 unchanged lines hidden ---