diff options
author | David Hashe <david.hashe@amd.com> | 2015-07-20 09:15:18 -0500 |
---|---|---|
committer | David Hashe <david.hashe@amd.com> | 2015-07-20 09:15:18 -0500 |
commit | 967cfa939afca4a5752ce9c1d64d5c51092e7f1a (patch) | |
tree | c9c177853775aeb9ddb4829e2fab63530e70e29c /src/mem/protocol | |
parent | 21aa5734a0f2c03263e26c66e5cd95ad64c70697 (diff) | |
download | gem5-967cfa939afca4a5752ce9c1d64d5c51092e7f1a.tar.xz |
ruby: adds size and empty apis to the msg buffer stallmap
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/RubySlicc_Types.sm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/protocol/RubySlicc_Types.sm b/src/mem/protocol/RubySlicc_Types.sm index 11159fd6c..aaae7d2be 100644 --- a/src/mem/protocol/RubySlicc_Types.sm +++ b/src/mem/protocol/RubySlicc_Types.sm @@ -45,6 +45,8 @@ structure(InPort, external = "yes", primitive="yes") { Cycles dequeue(); void recycle(); bool isEmpty(); + bool isStallMapEmpty(); + int getStallMapSize(); } external_type(NodeID, default="0", primitive="yes"); |