From 22f99809f0a51932b03c3bf91172e384c4ff2b5b Mon Sep 17 00:00:00 2001 From: Mahir Abbas <74065513+MahirAbbas@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:42:04 +0100 Subject: [PATCH] Update Plru.rst --- source/SpinalHDL/Libraries/Misc/Plru.rst | 8 -------- 1 file changed, 8 deletions(-) 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