From 06196ff39b35d8173145e30c6ed4ebeb9557facb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Milovanovi=C4=87?= Date: Mon, 3 Jul 2023 00:10:41 +0200 Subject: [PATCH] Add spaces between -s flag and the skip step number --- docs/Chipyard-Basics/Initial-Repo-Setup.rst | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/Chipyard-Basics/Initial-Repo-Setup.rst b/docs/Chipyard-Basics/Initial-Repo-Setup.rst index a7a302eb..5128295c 100644 --- a/docs/Chipyard-Basics/Initial-Repo-Setup.rst +++ b/docs/Chipyard-Basics/Initial-Repo-Setup.rst @@ -71,27 +71,27 @@ Run the following script based off which compiler you would like to use. .. Note:: Prior versions of Chipyard recommended ``esp-tools`` for Gemmini development. Gemmini should now be used with the standard ``riscv-tools``. .. Warning:: The following script will complete a "full" installation of Chipyard which may take a long time depending on the system. - Ensure that this script completes fully (no interruptions) before continuing on. User can use the ``-s`` flag to skip steps: + Ensure that this script completes fully (no interruptions) before continuing on. User can use the ``--skip`` or ``-s`` flag to skip steps: - ``-s1`` skips initializing conda environment + ``-s 1`` skips initializing conda environment - ``-s2`` skips initializing chipyard submodules + ``-s 2`` skips initializing chipyard submodules - ``-s3`` skips initializing toolchain collateral (Spike, PK, tests, libgloss) + ``-s 3`` skips initializing toolchain collateral (Spike, PK, tests, libgloss) - ``-s4`` skips initializing ctags + ``-s 4`` skips initializing ctags - ``-s5`` skips pre-compiling chipyard sources + ``-s 5`` skips pre-compiling chipyard Scala sources - ``-s6`` skips initializing FireSim + ``-s 6`` skips initializing FireSim - ``-s7`` skips pre-compiling FireSim sources + ``-s 7`` skips pre-compiling FireSim sources - ``-s8`` skips initializing FireMarshal + ``-s 8`` skips initializing FireMarshal - ``-s9`` skips pre-compiling FireMarshal default buildroot Linux sources + ``-s 9`` skips pre-compiling FireMarshal default buildroot Linux sources - ``-s10`` skips running repository clean-up + ``-s 10`` skips running repository clean-up .. code-block:: shell