mem-ruby: missing method in NetDest interface
authorTiago Mück <tiago.muck@arm.com>
Wed, 27 May 2020 23:41:23 +0000 (18:41 -0500)
committerTiago Mück <tiago.muck@arm.com>
Mon, 12 Oct 2020 14:09:55 +0000 (14:09 +0000)
Change-Id: Ibf651c37c50174186daebebc06aa115e6bc2ed33
Signed-off-by: Tiago Mück <tiago.muck@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31262
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Maintainer: Bradford Beckmann <bradford.beckmann@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/mem/ruby/protocol/RubySlicc_Types.sm

index 9c64732a87bcb5bb9f11f6f32f7e96d3adf75da4..b4854d494b2bb2683644748b4ba3d29c7c9a2c47 100644 (file)
@@ -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);