107c107
< void setIcachePort(CpuPort *icache_port);
---
> void setIcachePort(MasterPort *icache_port);
109c109
< void setDcachePort(CpuPort *dcache_port);
---
> void setDcachePort(MasterPort *dcache_port);
111c111
< CpuPort &getDataPort()
---
> MasterPort &getDataPort()
119c119
< CpuPort &getInstPort()
---
> MasterPort &getInstPort()
133,134c133,134
< CpuPort *icachePort;
< CpuPort *dcachePort;
---
> MasterPort *icachePort;
> MasterPort *dcachePort;