iew.hh (7782:9b87755cb699) iew.hh (7813:7338bc628489)
1/*
2 * Copyright (c) 2010 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

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

41 */
42
43#ifndef __CPU_O3_IEW_HH__
44#define __CPU_O3_IEW_HH__
45
46#include <queue>
47
48#include "base/statistics.hh"
1/*
2 * Copyright (c) 2010 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

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

41 */
42
43#ifndef __CPU_O3_IEW_HH__
44#define __CPU_O3_IEW_HH__
45
46#include <queue>
47
48#include "base/statistics.hh"
49#include "base/timebuf.hh"
49#include "cpu/timebuf.hh"
50#include "config/full_system.hh"
51#include "cpu/o3/comm.hh"
52#include "cpu/o3/scoreboard.hh"
53#include "cpu/o3/lsq.hh"
54
55class DerivO3CPUParams;
56class FUPool;
57

--- 496 unchanged lines hidden ---
50#include "config/full_system.hh"
51#include "cpu/o3/comm.hh"
52#include "cpu/o3/scoreboard.hh"
53#include "cpu/o3/lsq.hh"
54
55class DerivO3CPUParams;
56class FUPool;
57

--- 496 unchanged lines hidden ---