Skip to content

Commit

Permalink
Merge pull request #3678 from PhilippKaesgen/fix_replayq
Browse files Browse the repository at this point in the history
increase depth of SimpleHellaCacheIFReplayQ #3653
  • Loading branch information
jerryz123 authored Aug 21, 2024
2 parents 14b81e4 + b18a060 commit 6cd2793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/rocket/SimpleHellaCacheIF.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class SimpleHellaCacheIF(implicit p: Parameters) extends Module
})
io <> DontCare

val replayq = Module(new SimpleHellaCacheIFReplayQueue(2))
val replayq = Module(new SimpleHellaCacheIFReplayQueue(3))
val req_arb = Module(new Arbiter(new HellaCacheReq, 2))

val req_helper = DecoupledHelper(
Expand Down

0 comments on commit 6cd2793

Please sign in to comment.