ruby: Rename pkt to m_pkt so it may be accessed via SLICC
Review Request #3357 - Created March 4, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Matthew Poremba | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11354:804bd6c89496
---------------------------
ruby: Rename pkt to m_pkt so it may be accessed via SLICCAllow usage of packet class in ruby for convenience purposes. This may be
used to access members of the packet/request class (e.g., via helper
functions) and/or push protocol specific information to the packets
SenderState without needing to modify SLICC types and protocols in multiple
locations.
