提交 d5fe12d0 编写于 作者: L Lingrui98

[WIP] ifu: use f0_fire as I$ meta/data sram ren

上级 285bc3bb
......@@ -105,7 +105,7 @@ class NewIFU(implicit p: Parameters) extends XSModule with Temperary with HasICa
//fetch: send addr to Meta/TLB and Data simultaneously
val fetch_req = List(toMeta, toData)
for(i <- 0 until 2) {
fetch_req(i).valid := f0_valid
fetch_req(i).valid := f0_fire
fetch_req(i).bits.isDoubleLine := f0_doubleLine
fetch_req(i).bits.vSetIdx := f0_vSetIdx
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册