114,115c114,115
< MasterPort &
< RubyTester::getMasterPort(const std::string &if_name, int idx)
---
> BaseMasterPort &
> RubyTester::getMasterPort(const std::string &if_name, PortID idx)
137c137
< if (read_idx >= static_cast<int>(readPorts.size())) {
---
> if (read_idx >= static_cast<PortID>(readPorts.size())) {