scoreboard.cc (7699:addb847910d2) scoreboard.cc (8232:b28d06a175be)
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;

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

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 "config/the_isa.hh"
33#include "cpu/o3/scoreboard.hh"
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;

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

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 "config/the_isa.hh"
33#include "cpu/o3/scoreboard.hh"
34#include "debug/Scoreboard.hh"
34
35Scoreboard::Scoreboard(unsigned activeThreads,
36 unsigned _numLogicalIntRegs,
37 unsigned _numPhysicalIntRegs,
38 unsigned _numLogicalFloatRegs,
39 unsigned _numPhysicalFloatRegs,
40 unsigned _numMiscRegs,
41 unsigned _zeroRegIdx)

--- 89 unchanged lines hidden ---
35
36Scoreboard::Scoreboard(unsigned activeThreads,
37 unsigned _numLogicalIntRegs,
38 unsigned _numPhysicalIntRegs,
39 unsigned _numLogicalFloatRegs,
40 unsigned _numPhysicalFloatRegs,
41 unsigned _numMiscRegs,
42 unsigned _zeroRegIdx)

--- 89 unchanged lines hidden ---