Review Board 2.0.15


Ruby: Remove CacheMsg class from SLICC

Review Request #327 - Created Dec. 1, 2010 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Ruby: Remove CacheMsg class from SLICC
The goal of the patch is to do away with the CacheMsg class currently in use
in coherence protocols. In place of CacheMsg, the RubyRequest class will used.
This class is already present in slicc_interface/RubyRequest.hh. In fact,
objects of class CacheMsg are generated by copying values from a RubyRequest
object.