Prefetcher.hh (9466:23e13ad7091f) Prefetcher.hh (10301:44839e8febbd)
1/*
2 * Copyright (c) 1999-2012 Mark D. Hill and David A. Wood
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;

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

29#ifndef PREFETCHER_H
30#define PREFETCHER_H
31
32// Implements Power 4 like prefetching
33
34#include <bitset>
35
36#include "base/statistics.hh"
1/*
2 * Copyright (c) 1999-2012 Mark D. Hill and David A. Wood
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;

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

29#ifndef PREFETCHER_H
30#define PREFETCHER_H
31
32// Implements Power 4 like prefetching
33
34#include <bitset>
35
36#include "base/statistics.hh"
37#include "mem/ruby/buffers/MessageBuffer.hh"
38#include "mem/ruby/common/Address.hh"
37#include "mem/ruby/common/Address.hh"
38#include "mem/ruby/network/MessageBuffer.hh"
39#include "mem/ruby/slicc_interface/AbstractController.hh"
40#include "mem/ruby/slicc_interface/RubyRequest.hh"
41#include "mem/ruby/system/System.hh"
42#include "params/Prefetcher.hh"
43#include "sim/sim_object.hh"
44
45#define MAX_PF_INFLIGHT 8
46

--- 164 unchanged lines hidden ---
39#include "mem/ruby/slicc_interface/AbstractController.hh"
40#include "mem/ruby/slicc_interface/RubyRequest.hh"
41#include "mem/ruby/system/System.hh"
42#include "params/Prefetcher.hh"
43#include "sim/sim_object.hh"
44
45#define MAX_PF_INFLIGHT 8
46

--- 164 unchanged lines hidden ---