From b4e205d65eee6f1065c179f042df1c0fe0ef6d40 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 31 May 2022 10:16:12 +0200 Subject: doc: update links to Yosys website (#2069) --- doc/using/Synthesis.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/using') diff --git a/doc/using/Synthesis.rst b/doc/using/Synthesis.rst index d3968fe67..953e0ec8b 100644 --- a/doc/using/Synthesis.rst +++ b/doc/using/Synthesis.rst @@ -138,7 +138,7 @@ Assertions, PSL and formal verification Treat all PSL asserts like PSL assumes. If this option is used, GHDL generates an `assume` directive for each `assert` directive during synthesis. This is similar to the `-assert-assumes` - option of Yosys' `read_verilog `_ command. + option of Yosys' `read_verilog `_ command. Example:: @@ -152,7 +152,7 @@ Assertions, PSL and formal verification Treat all PSL assumes like PSL asserts. If this option is used, GHDL generates an `assert` directive for each `assume` directive during synthesis. This is similar to the `-assume-asserts` - option of Yosys' `read_verilog `_ command. + option of Yosys' `read_verilog `_ command. Example:: @@ -167,7 +167,7 @@ Yosys plugin ************ `ghdl-yosys-plugin `_ is a module to use GHDL as a VHDL front-end for `Yosys -Open Synthesis Suite `_, a framework for optimised synthesis and technology mapping. +Open Synthesis Suite `_, a framework for optimised synthesis and technology mapping. Artifacts generated by Yosys can be used in multiple open source and vendor tools to achieve P&R, formal verification, etc. A relevant feature of combining GHDL and Yosys is that mixed-language (VHDL-Verilog) synthesis with open source tools is possible. @@ -190,7 +190,7 @@ Yosys provides ``write_*`` commands for generating output netlists in different sources can be converted to EDIF, SMT, BTOR2, etc. .. HINT:: For a comprehensive list of supported output formats (AIGER, BLIF, ILANG, JSON...), check out the - `Yosys documentation `_. + `Yosys documentation `_. To Verilog ---------- -- cgit v1.2.3