18733Sgeoffrey.blake@arm.com# Copyright (c) 2010-2011 ARM Limited
28733Sgeoffrey.blake@arm.com# All rights reserved
38733Sgeoffrey.blake@arm.com#
48733Sgeoffrey.blake@arm.com# The license below extends only to copyright in the software and shall
58733Sgeoffrey.blake@arm.com# not be construed as granting a license to any other intellectual
68733Sgeoffrey.blake@arm.com# property including but not limited to intellectual property relating
78733Sgeoffrey.blake@arm.com# to a hardware implementation of the functionality of the software
88733Sgeoffrey.blake@arm.com# licensed hereunder.  You may use the software subject to the license
98733Sgeoffrey.blake@arm.com# terms below provided that you ensure that this notice is replicated
108733Sgeoffrey.blake@arm.com# unmodified and in its entirety in all distributions of the software,
118733Sgeoffrey.blake@arm.com# modified or unmodified, in source code or in binary form.
128733Sgeoffrey.blake@arm.com#
138733Sgeoffrey.blake@arm.com# Redistribution and use in source and binary forms, with or without
148733Sgeoffrey.blake@arm.com# modification, are permitted provided that the following conditions are
158733Sgeoffrey.blake@arm.com# met: redistributions of source code must retain the above copyright
168733Sgeoffrey.blake@arm.com# notice, this list of conditions and the following disclaimer;
178733Sgeoffrey.blake@arm.com# redistributions in binary form must reproduce the above copyright
188733Sgeoffrey.blake@arm.com# notice, this list of conditions and the following disclaimer in the
198733Sgeoffrey.blake@arm.com# documentation and/or other materials provided with the distribution;
208733Sgeoffrey.blake@arm.com# neither the name of the copyright holders nor the names of its
218733Sgeoffrey.blake@arm.com# contributors may be used to endorse or promote products derived from
228733Sgeoffrey.blake@arm.com# this software without specific prior written permission.
238733Sgeoffrey.blake@arm.com#
248733Sgeoffrey.blake@arm.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
258733Sgeoffrey.blake@arm.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
268733Sgeoffrey.blake@arm.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
278733Sgeoffrey.blake@arm.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
288733Sgeoffrey.blake@arm.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
298733Sgeoffrey.blake@arm.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
308733Sgeoffrey.blake@arm.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
318733Sgeoffrey.blake@arm.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
328733Sgeoffrey.blake@arm.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
338733Sgeoffrey.blake@arm.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
348733Sgeoffrey.blake@arm.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
358733Sgeoffrey.blake@arm.com#
368733Sgeoffrey.blake@arm.com# Authors: Geoffrey Blake
378733Sgeoffrey.blake@arm.com
388733Sgeoffrey.blake@arm.comfrom m5.params import *
3913665Sandreas.sandberg@arm.comfrom m5.objects.CheckerCPU import CheckerCPU
408733Sgeoffrey.blake@arm.com
419519SAndreas.Sandberg@ARM.comclass DummyChecker(CheckerCPU):
428733Sgeoffrey.blake@arm.com    type = 'DummyChecker'
439340SAndreas.Sandberg@arm.com    cxx_header = 'cpu/dummy_checker.hh'
44