提交 fcfc13fb 编写于 作者: A Allen

Merge branch 'dev-soc' of github.com:RISCVERS/XiangShan into dev-lsu

......@@ -598,7 +598,7 @@ class Lsroq extends XSModule {
// setup misc mem access req
// mask / paddr / data can be get from lsroq.data
io.uncache.req.valid := pending(ringBufferTail) &&
io.uncache.req.valid := pending(ringBufferTail) && allocated(ringBufferTail) &&
io.commits(0).bits.uop.lsroqIdx === ringBufferTailExtended &&
!io.commits(0).bits.isWalk
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册