提交 36adbafb 编写于 作者: A Allen

DCacheWrapper: remember to block probe b valid.

上级 daac02cd
......@@ -400,7 +400,7 @@ class DCacheImp(outer: DCache) extends LazyModuleImp(outer) with HasDCacheParame
//----------------------------------------
// prober
prober.io.req.valid := bus.b.valid
prober.io.req.valid := bus.b.valid && !block_probe(get_block_addr(bus.b.bits.address))
bus.b.ready := prober.io.req.ready && !block_probe(get_block_addr(bus.b.bits.address))
prober.io.req.bits := bus.b.bits
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册