214,215c214,215
< BaseMasterPort& getMasterPort(const std::string &if_name, PortID idx);
< BaseSlavePort& getSlavePort(const std::string &if_name, PortID idx);
---
> Port &getPort(const std::string &if_name,
> PortID idx=InvalidPortID) override;