77c77
< wakeup_frequency = 10)
---
> wakeup_frequency = 10, num_cpus = options.num_cpus)
93c93
< # Tie the ruby tester ports to the ruby cpu ports
---
> # Tie the ruby tester ports to the ruby cpu read and write ports
95c95,98
< 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