Review Board 2.0.15


ruby: ruby tester support for separate instr and data ports

Review Request #1624 - Created Jan. 14, 2013 and updated

Information
Derek Hower
gem5
default
Reviewers
Default
Changeset 9470:963e28295898
---------------------------
ruby: ruby tester support for separate instr and data ports

This patch allows the ruby random tester to use ruby ports that may only
support instr or data requests.  This patch is similar to a previous changeset
(8932:1b2c17565ac8) that was unfortunately broken by subsequent changesets.
This current patch implements the support in a more straight-forward way.
The patch also includes better DPRINTFs and other minor improvments.

*Note* This patch was created by Brad Beckmann (Brad.Beckmann@amd.com)

   
Posted (Jan. 14, 2013, 3:46 a.m.)
I think you should describe what broke since changeset 8932. It will be good
if you can point out the patch which did some thing that was not correct.
This might help in avoiding problems in the future.