Skip to content

Commit

Permalink
Update LsuL1Plugin.scala
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Dolu1990 authored Feb 13, 2024
1 parent 5c93969 commit 7b1e9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexiiriscv/execute/lsu/LsuL1Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ class LsuL1Plugin(val lane : ExecuteLaneService,

val reservation = tagsWriteArbiter.create(2)
val bankWriteReservation = bankWriteArbiter.create(2)
// val refillWayWithoutUpdate = CombInit(plruLogic.core.io.evict.id)
val refillWayWithoutUpdate = CombInit(plruLogic.core.io.evict.id)
val refillWayNeedWriteback = WAYS_TAGS.map(w => w.loaded && withCoherency.mux(True, w.dirty)).read(refillWayWithoutUpdate)

//Warning, those two signals aren't stable when lane.isFreezed
Expand Down

0 comments on commit 7b1e9a0

Please sign in to comment.