From 7755afabcdc0c7dbd465c1b62b1c08a65878a0f5 Mon Sep 17 00:00:00 2001 From: Mahir Abbas <74065513+MahirAbbas@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:36:13 +0100 Subject: [PATCH] Update Plru.rst --- source/SpinalHDL/Libraries/Misc/Plru.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/SpinalHDL/Libraries/Misc/Plru.rst b/source/SpinalHDL/Libraries/Misc/Plru.rst index fd3a662c64f..d14b2d6aded 100644 --- a/source/SpinalHDL/Libraries/Misc/Plru.rst +++ b/source/SpinalHDL/Libraries/Misc/Plru.rst @@ -6,10 +6,9 @@ Plru 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. +- 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. Defined as