simple_mem.hh (9823:c8dd3368c6ba) simple_mem.hh (10713:eddb533708cb)
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

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

96 protected:
97
98 Tick recvAtomic(PacketPtr pkt);
99
100 void recvFunctional(PacketPtr pkt);
101
102 bool recvTimingReq(PacketPtr pkt);
103
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

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

96 protected:
97
98 Tick recvAtomic(PacketPtr pkt);
99
100 void recvFunctional(PacketPtr pkt);
101
102 bool recvTimingReq(PacketPtr pkt);
103
104 void recvRetry();
104 void recvRespRetry();
105
106 AddrRangeList getAddrRanges() const;
107
108 };
109
110 MemoryPort port;
111
112 /**

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

200 protected:
201
202 Tick recvAtomic(PacketPtr pkt);
203
204 void recvFunctional(PacketPtr pkt);
205
206 bool recvTimingReq(PacketPtr pkt);
207
105
106 AddrRangeList getAddrRanges() const;
107
108 };
109
110 MemoryPort port;
111
112 /**

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

200 protected:
201
202 Tick recvAtomic(PacketPtr pkt);
203
204 void recvFunctional(PacketPtr pkt);
205
206 bool recvTimingReq(PacketPtr pkt);
207
208 void recvRetry();
208 void recvRespRetry();
209
210};
211
212#endif //__SIMPLE_MEMORY_HH__
209
210};
211
212#endif //__SIMPLE_MEMORY_HH__