Skip to content

Commit

Permalink
Update Plru.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
MahirAbbas authored Apr 2, 2024
1 parent 13ac081 commit 1b6d1f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/SpinalHDL/Libraries/Misc/Plru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ Example usage in a cache
write.valid := fromLoad.valid || fromStore.valid
write.payload := fromLoad.valid.mux(fromLoad.payload, fromStore.payload)
}
plru.io.evict.id tells you the id of the next block to be evicted
plru.io.update.id lets you update what you recently used

0 comments on commit 1b6d1f8

Please sign in to comment.