noncoherent_xbar.cc (10694:1a6785e37d81) noncoherent_xbar.cc (10713:eddb533708cb)
1/*
2 * Copyright (c) 2011-2014 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

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

219 pktCount[slave_port_id][master_port_id]++;
220 pktSize[slave_port_id][master_port_id] += pkt_size;
221 transDist[pkt_cmd]++;
222
223 return true;
224}
225
226void
1/*
2 * Copyright (c) 2011-2014 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

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

219 pktCount[slave_port_id][master_port_id]++;
220 pktSize[slave_port_id][master_port_id] += pkt_size;
221 transDist[pkt_cmd]++;
222
223 return true;
224}
225
226void
227NoncoherentXBar::recvRetry(PortID master_port_id)
227NoncoherentXBar::recvReqRetry(PortID master_port_id)
228{
229 // responses never block on forwarding them, so the retry will
230 // always be coming from a port to which we tried to forward a
231 // request
232 reqLayers[master_port_id]->recvRetry();
233}
234
235Tick

--- 82 unchanged lines hidden ---
228{
229 // responses never block on forwarding them, so the retry will
230 // always be coming from a port to which we tried to forward a
231 // request
232 reqLayers[master_port_id]->recvRetry();
233}
234
235Tick

--- 82 unchanged lines hidden ---