58a59
> #include "sim/port.hh"
172a174,185
> * Get a port with a given name and index. This is used at binding time
> * and returns a reference to a protocol-agnostic port.
> *
> * @param if_name Port name
> * @param idx Index in the case of a VectorPort
> *
> * @return A reference to the given port
> */
> virtual Port &getPort(const std::string &if_name,
> PortID idx=InvalidPortID);
>
> /**