1/*
2 * Copyright (c) 2011 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

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

40 * Authors: Kevin Lim
41 */
42
43#include "cpu/o3/checker.hh"
44
45#include "cpu/checker/cpu_impl.hh"
46#include "params/O3Checker.hh"
47
48class MemObject;
49
48template
49class Checker<O3CPUImpl>;
50
51////////////////////////////////////////////////////////////////////////
52//
53// CheckerCPU Simulation Object
54//
55O3Checker *

--- 37 unchanged lines hidden ---