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 779a0e6 commit 9b252fe
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 @@ -58,13 +58,14 @@ Example usage in a cache
write.payload := fromLoad.valid.mux(fromLoad.payload, fromStore.payload)
}
Then you can do
Get the ID of the way to evict from

.. code-block:: scala
val replacedWay = plru.io.evict.id
And you can update recently used way
Update recently used way

.. code-block:: scala
Expand Down

0 comments on commit 9b252fe

Please sign in to comment.