Deleted Added
sdiff udiff text old ( 11168:f98eb2da15a4 ) new ( 11173:3a4d1b5cd05c )
full compact
1/*
2 * Copyright (c) 2012-2013, 2015 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

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

162 return mon.isSnooping();
163 }
164
165 void recvReqRetry()
166 {
167 mon.recvReqRetry();
168 }
169
170 private:
171
172 CommMonitor& mon;
173
174 };
175
176 /** Instance of master port, facing the memory side */
177 MonitorMasterPort masterPort;

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

243 bool recvTimingReq(PacketPtr pkt);
244
245 bool recvTimingResp(PacketPtr pkt);
246
247 void recvTimingSnoopReq(PacketPtr pkt);
248
249 bool recvTimingSnoopResp(PacketPtr pkt);
250
251 AddrRangeList getAddrRanges() const;
252
253 bool isSnooping() const;
254
255 void recvReqRetry();
256
257 void recvRespRetry();
258

--- 170 unchanged lines hidden ---