xbar.hh (13784:1941dc118243) xbar.hh (13799:15badf7874ee)
1/*
2 * Copyright (c) 2011-2015, 2018 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

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

405 Stats::Vector transDist;
406 Stats::Vector2d pktCount;
407 Stats::Vector2d pktSize;
408
409 public:
410
411 virtual ~BaseXBar();
412
1/*
2 * Copyright (c) 2011-2015, 2018 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

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

405 Stats::Vector transDist;
406 Stats::Vector2d pktCount;
407 Stats::Vector2d pktSize;
408
409 public:
410
411 virtual ~BaseXBar();
412
413 virtual void init();
413 void init() override;
414
415 /** A function used to return the port associated with this object. */
416 Port &getPort(const std::string &if_name,
417 PortID idx=InvalidPortID) override;
418
414
415 /** A function used to return the port associated with this object. */
416 Port &getPort(const std::string &if_name,
417 PortID idx=InvalidPortID) override;
418
419 virtual void regStats();
419 void regStats() override;
420
421};
422
423#endif //__MEM_XBAR_HH__
420
421};
422
423#endif //__MEM_XBAR_HH__