提交 d0be71e2 编写于 作者: Z zhanglinjuan

MissQueue: fix bug that st may cover should_refill_data when mering a ld

上级 2118190b
......@@ -195,7 +195,7 @@ class MissEntry(edge: TLEdgeOut) extends DCacheModule
req := io.req
}
should_refill_data := io.req.source === LOAD_SOURCE.U
should_refill_data := should_refill_data || io.req.source === LOAD_SOURCE.U
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册