提交 00fb0092 编写于 作者: J JinYue

IFU: fix reserved data trigger condition

* Use FakeBPU can pass bubble-sort
上级 80bf3d38
......@@ -372,7 +372,7 @@ class NewIFU(implicit p: Parameters) extends XSModule with Temperary with HasICa
hasSecMiss := false.B
}
when(f2_0_f1_0 && f2_0_f1_1){
when(f2_0_f1_0 || f2_0_f1_1){
reservedRefillData(0) := f2_mq_datas(0)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册