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

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

314 /** Master port of the bridge. */
315 BridgeMasterPort masterPort;
316
317 public:
318
319 Port &getPort(const std::string &if_name,
320 PortID idx=InvalidPortID) override;
321
1/*
2 * Copyright (c) 2011-2013 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

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

314 /** Master port of the bridge. */
315 BridgeMasterPort masterPort;
316
317 public:
318
319 Port &getPort(const std::string &if_name,
320 PortID idx=InvalidPortID) override;
321
322 virtual void init();
322 void init() override;
323
324 typedef BridgeParams Params;
325
326 Bridge(Params *p);
327};
328
329#endif //__MEM_BRIDGE_HH__
323
324 typedef BridgeParams Params;
325
326 Bridge(Params *p);
327};
328
329#endif //__MEM_BRIDGE_HH__