234c234
< public:
---
> protected:
236c236,237
< virtual Port *getPort(const std::string &if_name, int idx = -1);
---
> /** Return a reference to the data port. */
> virtual CpuPort &getDataPort() { return dcachePort; }
237a239,243
> /** Return a reference to the instruction port. */
> virtual CpuPort &getInstPort() { return icachePort; }
>
> public:
>