fu_pool.cc (2689:dbf969c18a65) fu_pool.cc (2736:98dcdc08884d)
1/*
2 * Copyright (c) 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: Kevin Lim
29 */
30
31#include <sstream>
32
33#include "cpu/o3/fu_pool.hh"
1/*
2 * Copyright (c) 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: Kevin Lim
29 */
30
31#include <sstream>
32
33#include "cpu/o3/fu_pool.hh"
34#include "encumbered/cpu/full/fu_pool.hh"
34#include "cpu/func_unit.hh"
35#include "sim/builder.hh"
36
37using namespace std;
38
39////////////////////////////////////////////////////////////////////////////
40//
41// A pool of function units
42//

--- 257 unchanged lines hidden ---
35#include "sim/builder.hh"
36
37using namespace std;
38
39////////////////////////////////////////////////////////////////////////////
40//
41// A pool of function units
42//

--- 257 unchanged lines hidden ---