Review Board 2.0.15


ruby: move testAnd* into DataBlock and change Packet* to PacketPtr

Review Request #3160 - Created Oct. 22, 2015 and discarded

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11175:4519bd6790ee
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
ruby: move testAnd* into DataBlock and change Packet* to PacketPtr

These changes are motivated by a request from Joel Hestness regarding
http://reviews.gem5.org/r/3113/.  The original request was to move the
testAndRead and testAndWrite into DataBlock.  The Packet* to PacketPtr change
was necessary to satisfy slicc in "RubySlicc_Exports.sm"; it seems that it's
not possible to specify pointer parameters in slicc "structure" blocks.
Also, the changes to use the typedef are arguably cleaner since it's
consistent across all of the files now.

   

Issue Summary

2 2 0 0
Review request changed
Updated (April 4, 2016, 4:33 p.m.)

Status: Discarded