port.hh (9325:da1c9ac339f9) port.hh (9716:131cd1e24b70)
1/*
2 * Copyright (c) 2011-2012 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

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

246 * @param pkt Packet to send.
247 */
248 bool sendTimingSnoopResp(PacketPtr pkt);
249
250 /**
251 * Send a retry to the slave port that previously attempted a
252 * sendTimingResp to this master port and failed.
253 */
1/*
2 * Copyright (c) 2011-2012 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

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

246 * @param pkt Packet to send.
247 */
248 bool sendTimingSnoopResp(PacketPtr pkt);
249
250 /**
251 * Send a retry to the slave port that previously attempted a
252 * sendTimingResp to this master port and failed.
253 */
254 void sendRetry();
254 virtual void sendRetry();
255
256 /**
257 * Determine if this master port is snooping or not. The default
258 * implementation returns false and thus tells the neighbour we
259 * are not snooping. Any master port that wants to receive snoop
260 * requests (e.g. a cache connected to a bus) has to override this
261 * function.
262 *

--- 224 unchanged lines hidden ---
255
256 /**
257 * Determine if this master port is snooping or not. The default
258 * implementation returns false and thus tells the neighbour we
259 * are not snooping. Any master port that wants to receive snoop
260 * requests (e.g. a cache connected to a bus) has to override this
261 * function.
262 *

--- 224 unchanged lines hidden ---