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 7755afa commit bb1dba5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/SpinalHDL/Libraries/Misc/Plru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Introduction
- Pseudo least recently used combinatorial logic
- io.context.state need to be handled externaly.
- When you want to specify a access to a entry, you can use the io.update interface to get the new state value.
- 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

Defined as

Expand Down Expand Up @@ -58,5 +60,4 @@ Example usage in a cache
- 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 bb1dba5

Please sign in to comment.