summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MI_example-msg.sm
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2009-11-18 13:55:58 -0800
committerBrad Beckmann <Brad.Beckmann@amd.com>2009-11-18 13:55:58 -0800
commitfaf1d97f2447f0e3b9dce9fb06e9e87e496333a3 (patch)
treead6c41b55a3f91f4e491f92db472fb104a310287 /src/mem/protocol/MI_example-msg.sm
parentf54790977b319a3dafdc58c3ff4a0c28780bad4c (diff)
downloadgem5-faf1d97f2447f0e3b9dce9fb06e9e87e496333a3.tar.xz
ruby: fixed dma mi example to work with multiple dma ports
Diffstat (limited to 'src/mem/protocol/MI_example-msg.sm')
-rw-r--r--src/mem/protocol/MI_example-msg.sm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/protocol/MI_example-msg.sm b/src/mem/protocol/MI_example-msg.sm
index d4d557200..3cdb74e49 100644
--- a/src/mem/protocol/MI_example-msg.sm
+++ b/src/mem/protocol/MI_example-msg.sm
@@ -105,6 +105,7 @@ structure(DMARequestMsg, desc="...", interface="NetworkMessage") {
DMARequestType Type, desc="Request type (read/write)";
Address PhysicalAddress, desc="Physical address for this request";
Address LineAddress, desc="Line address for this request";
+ MachineID Requestor, desc="Node who initiated the request";
NetDest Destination, desc="Destination";
DataBlock DataBlk, desc="DataBlk attached to this request";
int Len, desc="The length of the request";