don't override req.bits.phys in SimpleHellaCacheIF
This commit is contained in:
parent
50d6738caf
commit
bb578494d8
@ -1221,7 +1221,6 @@ class SimpleHellaCacheIF(implicit p: Parameters) extends Module
|
||||
|
||||
io.cache.invalidate_lr := io.requestor.invalidate_lr
|
||||
io.cache.req <> req_arb.io.out
|
||||
io.cache.req.bits.phys := Bool(true)
|
||||
io.cache.s1_kill := io.cache.s2_nack
|
||||
io.cache.s1_data := RegEnable(req_arb.io.out.bits.data, s0_req_fire)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user