From 2170e50abe0010b3cbe3e9d795b8eb901b80832d Mon Sep 17 00:00:00 2001 From: Rafal Kapuscik Date: Tue, 21 Jun 2022 15:34:56 +0200 Subject: [PATCH] Fix typo, automatically get newest plugin Signed-off-by: Rafal Kapuscik --- xc7/nightly.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/xc7/nightly.rst b/xc7/nightly.rst index a2849bc..d2c8b21 100644 --- a/xc7/nightly.rst +++ b/xc7/nightly.rst @@ -1,11 +1,18 @@ Obtaining nightly version of the tools ====================================== -Sometimes it may be preferable to get the latest versions of the tools even beforethe full Toolchain is validated and upgraded. These tools **are not guaranteered to be bug free**, but they enable users to take advantage of the latest fixes available. +Sometimes it may be preferable to get the latest versions of the tools even before the full Toolchain is validated and upgraded. These tools **are not guaranteered to be bug free**, but they enable users to take advantage of the latest fixes available. Updating Yosys SystemVerilog plugin ----------------------------------- +Make sure :code:`curl`, :code:`jq`, :code:`tar` and :code:`wget` are installed (used to automatically download newest version): + +.. code-block:: bash + :name: activate-xc7 + + apt install curl jq tar wget + Activate the conda repository for the correct family: .. code-block:: bash @@ -18,8 +25,7 @@ Obtain the latest release of the plugin from `here