Skip to content

Commit

Permalink
Add SimpleHellaCacheIF mask
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 2, 2023
1 parent bff48a8 commit d8f6caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/rocket/SimpleHellaCacheIF.scala
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class SimpleHellaCacheIF(implicit p: Parameters) extends Module
io.cache.req <> req_arb.io.out
io.cache.s1_kill := false.B
io.cache.s1_data.data := RegEnable(req_arb.io.out.bits.data, s0_req_fire)
io.cache.s1_data.mask := RegEnable(req_arb.io.out.bits.mask, s0_req_fire)
io.cache.s2_kill := false.B

replayq.io.nack.valid := io.cache.s2_nack && s2_req_fire
Expand Down

0 comments on commit d8f6caf

Please sign in to comment.