Skip to content

Commit

Permalink
fix hellacache
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jul 31, 2024
1 parent a8ebf0d commit 57a9a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketv/src/HellaCache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ case class HellaCacheParameter(
nPMPs,
pmaCheckerParameter,
paddrBits,
isITLB = true
isITLB = false
)

def amoaluParameter: Option[AMOALUParameter] = Option.when(eccBytes > 1 || usingAtomicsInCache)(AMOALUParameter(xLen))
Expand Down

0 comments on commit 57a9a83

Please sign in to comment.