提交 d5ea289e 编写于 作者: W William Wang

[WIP] LoadUnit: print cache result and fwd result

上级 06c91a3d
......@@ -205,6 +205,11 @@ class LoadUnit_S2 extends XSModule {
io.in.ready := io.out.ready || !io.in.valid
XSDebug(io.out.fire(), "dcache hit: pc %x rdata %x <- D$ %x + fwd %x(%b)\n",
s2_uop.cf.pc, rdataPartialLoad, io.dcacheResp.bits.data,
forwardData.asUInt, forwardMask.asUInt
)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册