From 1b23af06d9806867887aebad36b71c26e10584c1 Mon Sep 17 00:00:00 2001 From: eine Date: Thu, 8 Oct 2020 08:05:49 +0200 Subject: doc: fix refs in 'Synthesis options' --- doc/using/Synthesis.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/using') diff --git a/doc/using/Synthesis.rst b/doc/using/Synthesis.rst index 17adb0c9b..648fbfa4d 100644 --- a/doc/using/Synthesis.rst +++ b/doc/using/Synthesis.rst @@ -67,7 +67,7 @@ In addition to analyze options, there are some synthesis specific options. .. option:: -gNAME=VALUE - Override top unit generic `NAME` with value `VALUE`. Similar to the run-time option :option:`-gGENERIC=VALUE`. + Override top unit generic `NAME` with value `VALUE`. Similar to the run-time option :option:`-gGENERIC`. Example:: @@ -99,8 +99,9 @@ In addition to analyze options, there are some synthesis specific options. $ ghdl --synth --std=08 --no-assert-cover my_unit .. TIP:: - Furthermore there are lot of debug options available. Beware: These debug options should only used - for debugging purposes as they aren't guaranteed to be stable during development of GHDL's synthesis feature. You can find them in the file `src/ghdldrv/ghdlsynth.adb `_ in the procedure `Decode_Option()`. + Furthermore there are lot of debug options available. Beware: these debug options should only used + for debugging purposes as they aren't guaranteed to be stable during development of GHDL's synthesis feature. + You can find them in the file :ghdlsrc:`src/ghdldrv/ghdlsynth.adb ` in the procedure ``Decode_Option()``. .. _Synth:plugin: -- cgit v1.2.3