提交 6e143f04 编写于 作者: L LinJiawei

Treat csr redirect as a misprediction

上级 c0e76d90
......@@ -37,7 +37,7 @@ class JmpExeUnit extends Exu(Exu.jmpExeUnitCfg) {
csrExuOut.data := csrOut
csrExuOut.redirectValid := csr.io.redirectValid
csrExuOut.redirect.brTag := io.in.bits.uop.brTag
csrExuOut.redirect.isException := true.B
csrExuOut.redirect.isException := false.B
csrExuOut.redirect.roqIdx := io.in.bits.uop.roqIdx
csrExuOut.redirect.freelistAllocPtr := io.in.bits.uop.freelistAllocPtr
csrExuOut.redirect.target := csr.io.redirect.target
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册