176c176
< PhysicalMemory::getPort(const std::string &if_name)
---
> PhysicalMemory::getPort(const std::string &if_name, int idx)
178c178
< if (if_name == "") {
---
> if (if_name == "port" && idx == -1) {