From: matt venn Date: Mon, 11 Jul 2022 09:10:45 +0000 (+0200) Subject: Update autotune.rst X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ab610ce87e02d3340989c46d92cc513827b53fc;p=SymbiYosys.git Update autotune.rst --- diff --git a/docs/source/autotune.rst b/docs/source/autotune.rst index 7ef07c1..d61f996 100644 --- a/docs/source/autotune.rst +++ b/docs/source/autotune.rst @@ -11,7 +11,7 @@ Using Autotune -------------- To run autotune, you can add the ``--autotune`` option to your usual sby -invokation. For example if you usually run ``sby demo.sby`` you would run +invocation. For example if you usually run ``sby demo.sby`` you would run ``sby --autotune demo.sby`` instead. When the ``.sby`` file contains multiple tasks, autotune is run for each task independently. As without ``--autotune``, it is possible to specify which tasks to run on the command line.