diff options
Diffstat (limited to 'doc/using/Synthesis.rst')
-rw-r--r-- | doc/using/Synthesis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/Synthesis.rst b/doc/using/Synthesis.rst index c236152e6..23924fd94 100644 --- a/doc/using/Synthesis.rst +++ b/doc/using/Synthesis.rst @@ -58,7 +58,7 @@ Artifacts generated by Yosys can be used in multiple open source and vendor tool etc. A relevant feature of combining GHDL and Yosys is that mixed-language (VHDL-Verilog) synthesis with open source tools is possible. -The command line syntax for this plugin is the same as for :option:``--synth``, except that the command name (``--synth``) +The command line syntax for this plugin is the same as for :option:`--synth`, except that the command name (``--synth``) is neither required nor supported. Instead, ``yosys``, ``yosys -m ghdl`` or ``yosys -m path/to/ghdl.so`` need to be used, depending of how is the plugin built. See `README <https://github.com/ghdl/ghdl-yosys-plugin>`_ for building and installation guidelines. |