From: Tiago Mück Date: Wed, 27 May 2020 23:41:23 +0000 (-0500) Subject: mem-ruby: missing method in NetDest interface X-Git-Tag: develop-gem5-snapshot~649 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2cbbd37a821a79b7b607bcbb42a886e9a451967e;p=gem5.git mem-ruby: missing method in NetDest interface Change-Id: Ibf651c37c50174186daebebc06aa115e6bc2ed33 Signed-off-by: Tiago Mück Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31262 Reviewed-by: Matthew Poremba Maintainer: Bradford Beckmann Tested-by: kokoro --- diff --git a/src/mem/ruby/protocol/RubySlicc_Types.sm b/src/mem/ruby/protocol/RubySlicc_Types.sm index 9c64732a8..b4854d494 100644 --- a/src/mem/ruby/protocol/RubySlicc_Types.sm +++ b/src/mem/ruby/protocol/RubySlicc_Types.sm @@ -111,6 +111,7 @@ structure (NetDest, external = "yes", non_obj="yes") { bool isEmpty(); bool intersectionIsEmpty(Set); bool intersectionIsEmpty(NetDest); + MachineID smallestElement(); MachineID smallestElement(MachineType); NetDest OR(NetDest); NetDest AND(NetDest);