提交 e4698824 编写于 作者: Z zoujr

Ibuffer: Fixed PC address error

上级 c72a0842
......@@ -8,7 +8,7 @@ import xiangshan.backend.rename.FreeListPtr
// Fetch FetchWidth x 32-bit insts from Icache
class FetchPacket extends XSBundle {
val instrs = Vec(FetchWidth, UInt(32.W))
val mask = UInt(FetchWidth.W)
val mask = UInt((FetchWidth*2).W)
val pc = UInt(VAddrBits.W) // the pc of first inst in the fetch group
}
......@@ -104,4 +104,4 @@ class FrontendToBackendIO extends XSBundle {
// from backend
val redirect = Flipped(ValidIO(new Redirect))
val commits = Vec(CommitWidth, Flipped(ValidIO(new RoqCommit))) // update branch pred
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册