From 0dc12185755df60df5cace9b31f70f9d7502b1bf Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Mon, 7 Aug 2023 13:51:07 +0200 Subject: [PATCH] Update slots.rst Fix bad link to the example --- source/SpinalHDL/Examples/Advanced ones/slots.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Examples/Advanced ones/slots.rst b/source/SpinalHDL/Examples/Advanced ones/slots.rst index 773036be32e..f0923649f12 100644 --- a/source/SpinalHDL/Examples/Advanced ones/slots.rst +++ b/source/SpinalHDL/Examples/Advanced ones/slots.rst @@ -16,7 +16,7 @@ This implementation avoid the use of Vec. Instead, it use Area which allow to mi Note that the `reader` API is for SpinalHDL version comming after 1.9.1 -.. literalinclude:: /../examples/src/main/scala/spinaldoc/examples/advanced/Timer.scala +.. literalinclude:: /../examples/src/main/scala/spinaldoc/examples/advanced/Slots.scala :language: scala