Prefetcher.hh (11025:4872dbdea907) | Prefetcher.hh (11108:6342ddf6d733) |
---|---|
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; --- 24 unchanged lines hidden (view full) --- 33 34#include <bitset> 35 36#include "base/statistics.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" | 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; --- 24 unchanged lines hidden (view full) --- 33 34#include <bitset> 35 36#include "base/statistics.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" | 41#include "mem/ruby/system/RubySystem.hh" |
42#include "params/Prefetcher.hh" 43#include "sim/sim_object.hh" 44#include "sim/system.hh" 45 46#define MAX_PF_INFLIGHT 8 47 48class PrefetchEntry 49{ --- 167 unchanged lines hidden --- | 42#include "params/Prefetcher.hh" 43#include "sim/sim_object.hh" 44#include "sim/system.hh" 45 46#define MAX_PF_INFLIGHT 8 47 48class PrefetchEntry 49{ --- 167 unchanged lines hidden --- |