From 02103a9953ef12fec1b6c9b52733eae1e3b6d612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me?= <42908717+numero-744@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:08:43 +0100 Subject: [PATCH] getting started/sbt: compile -> Test/compile Tests are being moved to specific folder so this line should be updated. --- source/SpinalHDL/Getting Started/SBT.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Getting Started/SBT.rst b/source/SpinalHDL/Getting Started/SBT.rst index 3d638d5df02..798864200c3 100644 --- a/source/SpinalHDL/Getting Started/SBT.rst +++ b/source/SpinalHDL/Getting Started/SBT.rst @@ -24,7 +24,7 @@ fetch dependencies so it can take time the first time: .. code-block:: - compile + Test/compile Actually you never need to just ``compile`` as it is done automatically when needed. This time was just to evacuate the long first build, and to get all