92c92,93
< wakeup_frequency = options.wakeup_freq)
---
> wakeup_frequency = options.wakeup_freq,
> num_cpus = options.num_cpus)
113c114
< # Tie the ruby tester ports to the ruby cpu ports
---
> # Tie the ruby tester ports to the ruby cpu read and write ports
115c116,119
< tester.cpuPort = ruby_port.slave
---
> if ruby_port.support_data_reqs:
> tester.cpuDataPort = ruby_port.slave
> if ruby_port.support_inst_reqs:
> tester.cpuInstPort = ruby_port.slave