提交 c6c185a6 编写于 作者: J JinYue 提交者: Lingrui98

ICache <bug-fix> delete PMP check assertion

上级 30aee68a
......@@ -536,10 +536,6 @@ class ICacheImp(outer: ICache) extends LazyModuleImp(outer) with HasICacheParame
prefetchPipe.io.prefetchEnable := mainPipe.io.prefetchEnable
prefetchPipe.io.prefetchDisable := mainPipe.io.prefetchDisable
when(mainPipe.io.pmp(0).req.valid && prefetchPipe.io.pmp.req.valid)
{
assert(false.B, "Both mainPipe PMP and prefetchPipe PMP valid!")
}
tlb_req_arb.io.in(0) <> mainPipe.io.itlb(0).req
tlb_req_arb.io.in(1) <> prefetchPipe.io.iTLBInter.req
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册