RubyPort.hh (13784:1941dc118243) RubyPort.hh (13892:0182a0601f66)
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

44
45#include <cassert>
46#include <string>
47
48#include "mem/protocol/RequestStatus.hh"
49#include "mem/ruby/common/MachineID.hh"
50#include "mem/ruby/network/MessageBuffer.hh"
51#include "mem/ruby/system/RubySystem.hh"
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

44
45#include <cassert>
46#include <string>
47
48#include "mem/protocol/RequestStatus.hh"
49#include "mem/ruby/common/MachineID.hh"
50#include "mem/ruby/network/MessageBuffer.hh"
51#include "mem/ruby/system/RubySystem.hh"
52#include "mem/mem_object.hh"
53#include "mem/tport.hh"
54#include "params/RubyPort.hh"
52#include "mem/tport.hh"
53#include "params/RubyPort.hh"
54#include "sim/clocked_object.hh"
55
56class AbstractController;
57
55
56class AbstractController;
57
58class RubyPort : public MemObject
58class RubyPort : public ClockedObject
59{
60 public:
61 class MemMasterPort : public QueuedMasterPort
62 {
63 private:
64 ReqPacketQueue reqQueue;
65 SnoopRespPacketQueue snoopRespQueue;
66

--- 159 unchanged lines hidden ---
59{
60 public:
61 class MemMasterPort : public QueuedMasterPort
62 {
63 private:
64 ReqPacketQueue reqQueue;
65 SnoopRespPacketQueue snoopRespQueue;
66

--- 159 unchanged lines hidden ---