提交 52278c6f 编写于 作者: B BigWhiteDog

fix bug in grantdata when BtoT

上级 d8f4d128
......@@ -579,7 +579,7 @@ class TLCSlaveAgent(ID: Int, name: String = "", val maxSink: Int, addrStateMap:
dQueue.enqMessage(acq.issueGrant(allocId))
}
else { //is AcquireBlock
if (growFrom(a_acq.param) == branch) { //grow from branch
if (state.masterPerm == branch && growFrom(a_acq.param) == branch) { //grow from branch
dQueue.enqMessage(acq.issueGrant(allocId))
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册