Skip to content

Commit

Permalink
increase depth of SimpleHellaCacheIFReplayQ
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKaesgen committed Aug 21, 2024
1 parent 14b81e4 commit b18a060
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 b18a060

Please sign in to comment.