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 9b252fe commit 22f9980
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/SpinalHDL/Libraries/Misc/Plru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ Introduction
- 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

.. code-block:: scala
object Plru{
def State(entries : Int) = Vec.tabulate(log2Up(entries))(l => Bits(1 << l bits))
}

PLRU Code

Expand Down

0 comments on commit 22f9980

Please sign in to comment.