未验证 提交 77fd5074 编写于 作者: H Haojin Tang

top-down: fix sq full condition

上级 0afbdca1
......@@ -318,7 +318,7 @@ class Dispatch(implicit p: Parameters) extends XSModule with HasPerfEvents {
val headIsSt = io.robHead.ctrl.fuType === stu && io.robHeadNotReady || !io.sqCanAccept
val headIsAmo = io.robHead.ctrl.fuType === mou && io.robHeadNotReady
val headIsLs = headIsLd || headIsSt
val robSqFull = io.robFull || io.sqCanAccept
val robSqFull = io.robFull || !io.sqCanAccept
import TopDownCounters._
update := MuxCase(OtherCoreStall.id.U, Seq(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册