summaryrefslogtreecommitdiff
path: root/src/mem/protocol
diff options
context:
space:
mode:
authorDavid Hashe <david.hashe@amd.com>2015-07-20 09:15:18 -0500
committerDavid Hashe <david.hashe@amd.com>2015-07-20 09:15:18 -0500
commit967cfa939afca4a5752ce9c1d64d5c51092e7f1a (patch)
treec9c177853775aeb9ddb4829e2fab63530e70e29c /src/mem/protocol
parent21aa5734a0f2c03263e26c66e5cd95ad64c70697 (diff)
downloadgem5-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.sm2
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");