提交 c4640b3d 编写于 作者: A Allen

MissQueue: Removed an assertion.

上级 d5be8401
......@@ -187,7 +187,10 @@ class MissEntry extends DCacheModule
when (req_tag_match) {
val (is_hit, _, coh_on_hit) = old_coh.onAccess(req.cmd)
when (is_hit) { // set dirty bit
assert(isWrite(req.cmd))
// we do not need to assert write any more
// read may go here as well
// eg: when several load miss on the same block
// assert(isWrite(req.cmd))
new_coh := coh_on_hit
new_state := s_send_resp
} .otherwise { // upgrade permissions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册