noncoherent_xbar.hh (10888:85a001f2193b) | noncoherent_xbar.hh (10912:b99a6662d7c2) |
---|---|
1/* 2 * Copyright (c) 2011-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 --- 181 unchanged lines hidden (view full) --- 190 void recvFunctional(PacketPtr pkt, PortID slave_port_id); 191 192 public: 193 194 NoncoherentXBar(const NoncoherentXBarParams *p); 195 196 virtual ~NoncoherentXBar(); 197 | 1/* 2 * Copyright (c) 2011-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 --- 181 unchanged lines hidden (view full) --- 190 void recvFunctional(PacketPtr pkt, PortID slave_port_id); 191 192 public: 193 194 NoncoherentXBar(const NoncoherentXBarParams *p); 195 196 virtual ~NoncoherentXBar(); 197 |
198 unsigned int drain(DrainManager *dm); 199 | |
200 /** 201 * stats 202 */ 203 virtual void regStats(); 204 Stats::Scalar totPktSize; 205}; 206 207#endif //__MEM_NONCOHERENT_XBAR_HH__ | 198 /** 199 * stats 200 */ 201 virtual void regStats(); 202 Stats::Scalar totPktSize; 203}; 204 205#endif //__MEM_NONCOHERENT_XBAR_HH__ |