scoreboard.cc (4642:d7b2de2d72f1) scoreboard.cc (6658:f4de76601762)
1/*
2 * Copyright (c) 2005-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Korey Sewell
29 * Kevin Lim
30 */
31
1/*
2 * Copyright (c) 2005-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Korey Sewell
29 * Kevin Lim
30 */
31
32#include "arch/isa_specific.hh"
32#include "config/the_isa.hh"
33#include "cpu/o3/scoreboard.hh"
34
35Scoreboard::Scoreboard(unsigned activeThreads,
36 unsigned _numLogicalIntRegs,
37 unsigned _numPhysicalIntRegs,
38 unsigned _numLogicalFloatRegs,
39 unsigned _numPhysicalFloatRegs,
40 unsigned _numMiscRegs,

--- 84 unchanged lines hidden ---
33#include "cpu/o3/scoreboard.hh"
34
35Scoreboard::Scoreboard(unsigned activeThreads,
36 unsigned _numLogicalIntRegs,
37 unsigned _numPhysicalIntRegs,
38 unsigned _numLogicalFloatRegs,
39 unsigned _numPhysicalFloatRegs,
40 unsigned _numMiscRegs,

--- 84 unchanged lines hidden ---