xbar.hh (10888:85a001f2193b) | 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 --- 453 unchanged lines hidden (view full) --- 462 virtual void init(); 463 464 /** A function used to return the port associated with this object. */ 465 BaseMasterPort& getMasterPort(const std::string& if_name, 466 PortID idx = InvalidPortID); 467 BaseSlavePort& getSlavePort(const std::string& if_name, 468 PortID idx = InvalidPortID); 469 | 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 --- 453 unchanged lines hidden (view full) --- 462 virtual void init(); 463 464 /** A function used to return the port associated with this object. */ 465 BaseMasterPort& getMasterPort(const std::string& if_name, 466 PortID idx = InvalidPortID); 467 BaseSlavePort& getSlavePort(const std::string& if_name, 468 PortID idx = InvalidPortID); 469 |
470 virtual unsigned int drain(DrainManager *dm) = 0; 471 | |
472 virtual void regStats(); 473 474}; 475 476#endif //__MEM_XBAR_HH__ | 470 virtual void regStats(); 471 472}; 473 474#endif //__MEM_XBAR_HH__ |