pass invalidate_lr through simple cache interface (#45)
This commit is contained in:
parent
586c1079d0
commit
2c325151bf
@ -1133,6 +1133,7 @@ class SimpleHellaCacheIF(implicit p: Parameters) extends Module
|
|||||||
val s2_req_fire = Reg(next=s1_req_fire)
|
val s2_req_fire = Reg(next=s1_req_fire)
|
||||||
val s3_nack = Reg(next=io.cache.s2_nack)
|
val s3_nack = Reg(next=io.cache.s2_nack)
|
||||||
|
|
||||||
|
io.cache.invalidate_lr := io.requestor.invalidate_lr
|
||||||
io.cache.req <> req_arb.io.out
|
io.cache.req <> req_arb.io.out
|
||||||
io.cache.req.bits.phys := Bool(true)
|
io.cache.req.bits.phys := Bool(true)
|
||||||
io.cache.s1_kill := io.cache.s2_nack
|
io.cache.s1_kill := io.cache.s2_nack
|
||||||
|
Loading…
Reference in New Issue
Block a user