comm_monitor.cc (12084:5a3769ff3d55) comm_monitor.cc (13573:3223a8c1c3dd)
1/*
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
2 * Copyright (c) 2012-2013, 2015, 2018 ARM Limited
3 * Copyright (c) 2016 Google Inc.
4 * Copyright (c) 2017, Centre National de la Recherche Scientifique
5 * All rights reserved.
6 *
7 * The license below extends only to copyright in the software and shall
8 * not be construed as granting a license to any other intellectual
9 * property including but not limited to intellectual property relating
10 * to a hardware implementation of the functionality of the software

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

369}
370
371void
372CommMonitor::recvRespRetry()
373{
374 masterPort.sendRetryResp();
375}
376
3 * Copyright (c) 2016 Google Inc.
4 * Copyright (c) 2017, Centre National de la Recherche Scientifique
5 * All rights reserved.
6 *
7 * The license below extends only to copyright in the software and shall
8 * not be construed as granting a license to any other intellectual
9 * property including but not limited to intellectual property relating
10 * to a hardware implementation of the functionality of the software

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

369}
370
371void
372CommMonitor::recvRespRetry()
373{
374 masterPort.sendRetryResp();
375}
376
377bool
378CommMonitor::tryTiming(PacketPtr pkt)
379{
380 return masterPort.tryTiming(pkt);
381}
382
377void
378CommMonitor::recvRangeChange()
379{
380 slavePort.sendRangeChange();
381}
382
383void
384CommMonitor::regStats()

--- 169 unchanged lines hidden ---
383void
384CommMonitor::recvRangeChange()
385{
386 slavePort.sendRangeChange();
387}
388
389void
390CommMonitor::regStats()

--- 169 unchanged lines hidden ---