comm_monitor.hh (11168:f98eb2da15a4) comm_monitor.hh (11173:3a4d1b5cd05c)
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
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 void recvRetrySnoopResp()
171 {
172 mon.recvRetrySnoopResp();
173 }
174
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
175 private:
176
177 CommMonitor& mon;
178
179 };
180
181 /** Instance of master port, facing the memory side */
182 MonitorMasterPort masterPort;

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

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

--- 170 unchanged lines hidden ---
258 AddrRangeList getAddrRanges() const;
259
260 bool isSnooping() const;
261
262 void recvReqRetry();
263
264 void recvRespRetry();
265

--- 170 unchanged lines hidden ---