diff --git a/source/SpinalHDL/Libraries/Misc/Plru.rst b/source/SpinalHDL/Libraries/Misc/Plru.rst index f02052fddf5..c0ff0edc72f 100644 --- a/source/SpinalHDL/Libraries/Misc/Plru.rst +++ b/source/SpinalHDL/Libraries/Misc/Plru.rst @@ -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