11755SN/A/*
21755SN/A * Copyright (c) 2004-2005 The Regents of The University of Michigan
31755SN/A * All rights reserved.
41755SN/A *
51755SN/A * Redistribution and use in source and binary forms, with or without
61755SN/A * modification, are permitted provided that the following conditions are
71755SN/A * met: redistributions of source code must retain the above copyright
81755SN/A * notice, this list of conditions and the following disclaimer;
91755SN/A * redistributions in binary form must reproduce the above copyright
101755SN/A * notice, this list of conditions and the following disclaimer in the
111755SN/A * documentation and/or other materials provided with the distribution;
121755SN/A * neither the name of the copyright holders nor the names of its
131755SN/A * contributors may be used to endorse or promote products derived from
141755SN/A * this software without specific prior written permission.
151755SN/A *
161755SN/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
171755SN/A * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
181755SN/A * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
191755SN/A * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
201755SN/A * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
211755SN/A * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
221755SN/A * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
231755SN/A * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
241755SN/A * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
251755SN/A * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
261755SN/A * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272665Ssaidi@eecs.umich.edu *
282665Ssaidi@eecs.umich.edu * Authors: Kevin Lim
292665Ssaidi@eecs.umich.edu *          Nathan Binkert
301755SN/A */
311060SN/A
322817Sksewell@umich.edu#include "cpu/o3/isa_specific.hh"
331717SN/A#include "cpu/o3/rob_impl.hh"
341060SN/A
351060SN/A// Force instantiation of InstructionQueue.
362818Sksewell@umich.edutemplate class ROB<O3CPUImpl>;
37