From 2cbbd37a821a79b7b607bcbb42a886e9a451967e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tiago=20M=C3=BCck?= Date: Wed, 27 May 2020 18:41:23 -0500 Subject: [PATCH] mem-ruby: missing method in NetDest interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/mem/ruby/protocol/RubySlicc_Types.sm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2