提交 90f3858e 编写于 作者: Y Yinan Xu

csr: flushPipe when satp is written

上级 81b01c3e
......@@ -89,7 +89,7 @@ class Roq extends XSModule {
val wbIdx = wbIdxExt.tail(1)
writebacked(wbIdx) := true.B
microOp(wbIdx).cf.exceptionVec := io.exeWbResults(i).bits.uop.cf.exceptionVec
microOp(wbIdx).ctrl.flushPipe := io.exeWbResults(i).bits.uop.ctrl.flushPipe
microOp(wbIdx).ctrl.flushPipe := io.exeWbResults(i).bits.uop.ctrl.flushPipe
exuData(wbIdx) := io.exeWbResults(i).bits.data
exuDebug(wbIdx) := io.exeWbResults(i).bits.debug
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册