fu_pool.hh (5034:6186ef720dd4) fu_pool.hh (7813:7338bc628489)
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;

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

31#ifndef __CPU_O3_FU_POOL_HH__
32#define __CPU_O3_FU_POOL_HH__
33
34#include <bitset>
35#include <list>
36#include <string>
37#include <vector>
38
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;

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

31#ifndef __CPU_O3_FU_POOL_HH__
32#define __CPU_O3_FU_POOL_HH__
33
34#include <bitset>
35#include <list>
36#include <string>
37#include <vector>
38
39#include "base/sched_list.hh"
39#include "cpu/sched_list.hh"
40#include "cpu/op_class.hh"
41#include "params/FUPool.hh"
42#include "sim/sim_object.hh"
43
44class FUDesc;
45class FuncUnit;
46
47/**

--- 121 unchanged lines hidden ---
40#include "cpu/op_class.hh"
41#include "params/FUPool.hh"
42#include "sim/sim_object.hh"
43
44class FUDesc;
45class FuncUnit;
46
47/**

--- 121 unchanged lines hidden ---