coherent_xbar.hh (10888:85a001f2193b) coherent_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

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

391 public:
392
393 virtual void init();
394
395 CoherentXBar(const CoherentXBarParams *p);
396
397 virtual ~CoherentXBar();
398
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

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

391 public:
392
393 virtual void init();
394
395 CoherentXBar(const CoherentXBarParams *p);
396
397 virtual ~CoherentXBar();
398
399 unsigned int drain(DrainManager *dm);
400
401 virtual void regStats();
402};
403
404#endif //__MEM_COHERENT_XBAR_HH__
399 virtual void regStats();
400};
401
402#endif //__MEM_COHERENT_XBAR_HH__