From 3a94e7393151c9ff5d520c5d74e993103433b70d Mon Sep 17 00:00:00 2001 From: Rafal Kapuscik Date: Mon, 27 Jun 2022 15:19:04 +0200 Subject: [PATCH] Add warning for Surelog/UHDM version match Signed-off-by: Rafal Kapuscik --- xc7/nightly.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xc7/nightly.rst b/xc7/nightly.rst index d2c8b21..a7ffc49 100644 --- a/xc7/nightly.rst +++ b/xc7/nightly.rst @@ -6,6 +6,9 @@ Sometimes it may be preferable to get the latest versions of the tools even befo Updating Yosys SystemVerilog plugin ----------------------------------- +**Warning**: the expected usage of the plugin by using the :code:`read_systemverilog` command (used by default in F4PGA flow) should work. When using the plugin by calling :code:`read_uhdm` command, take additional care to use the same Surelog and UHDM version for creating and reading the UHDM file - updating only the plugin can create a mismatch in this case. + + Make sure :code:`curl`, :code:`jq`, :code:`tar` and :code:`wget` are installed (used to automatically download newest version): .. code-block:: bash