未验证 提交 89bf1038 编写于 作者: W William Wang 提交者: GitHub

Merge pull request #1908 from OpenXiangShan/fix-dtlb-prefetch

dtlb: set pf-tlb's ready to be True by default
......@@ -434,6 +434,7 @@ class MemBlockImp(outer: MemBlock) extends LazyModuleImp(outer)
val PrefetcherDTLBPortIndex = exuParameters.LduCnt + exuParameters.StuCnt
dtlb_reqs(PrefetcherDTLBPortIndex) := DontCare
dtlb_reqs(PrefetcherDTLBPortIndex).req.valid := false.B
dtlb_reqs(PrefetcherDTLBPortIndex).resp.ready := true.B
prefetcherOpt.foreach(pf => {
dtlb_reqs(PrefetcherDTLBPortIndex) <> pf.io.tlb_req
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册