78,79c78
< this, i,
< RubyTester::CpuPort::InstOnly));
---
> this, i));
82,84c81,82
< CpuPort *port = NULL;
< port = new CpuPort(csprintf("%s-dataPort%d", name(), i), this, i,
< RubyTester::CpuPort::DataOnly);
---
> CpuPort *port = new CpuPort(csprintf("%s-dataPort%d", name(), i),
> this, i);
170a169,174
> bool
> RubyTester::isInstReadableCpuPort(int idx)
> {
> return idx < m_num_inst_ports;
> }
>