Matthew Poremba has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/56447 )
Change subject: mem-ruby: Add protocol prints to MOESI_AMD_BASE-dma
......................................................................
mem-ruby: Add protocol prints to MOESI_AMD_BASE-dma
Change-Id: I59ed7311a8dc2a06ce1df0027891ba8e24e8a89e
---
M src/mem/ruby/protocol/MOESI_AMD_Base-dma.sm
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/mem/ruby/protocol/MOESI_AMD_Base-dma.sm
b/src/mem/ruby/protocol/MOESI_AMD_Base-dma.sm
index dbecabd..993387d 100644
--- a/src/mem/ruby/protocol/MOESI_AMD_Base-dma.sm
+++ b/src/mem/ruby/protocol/MOESI_AMD_Base-dma.sm
@@ -139,6 +139,7 @@
out_msg.Len := in_msg.Len;
out_msg.Destination.add(mapAddressToMachine(address,
MachineType:Directory));
out_msg.MessageSize := MessageSizeType:Writeback_Control;
+ DPRINTF(ProtocolTrace, "%s\n", out_msg);
}
}
}
@@ -154,6 +155,7 @@
out_msg.Len := in_msg.Len;
out_msg.Destination.add(mapAddressToMachine(address,
MachineType:Directory));
out_msg.MessageSize := MessageSizeType:Writeback_Control;
+ DPRINTF(ProtocolTrace, "%s\n", out_msg);
}
}
}
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56447
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I59ed7311a8dc2a06ce1df0027891ba8e24e8a89e
Gerrit-Change-Number: 56447
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew Poremba <matthew.pore...@amd.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s