aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/Synthesis.rst
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-10-08 08:05:49 +0200
committereine <eine@users.noreply.github.com>2020-10-08 08:05:49 +0200
commit1b23af06d9806867887aebad36b71c26e10584c1 (patch)
tree22ab0a425d15029b7c040d74e9a937897b877f07 /doc/using/Synthesis.rst
parentc16353e207fffe6b67d63822d6a5b556b3186f04 (diff)
downloadghdl-1b23af06d9806867887aebad36b71c26e10584c1.tar.gz
ghdl-1b23af06d9806867887aebad36b71c26e10584c1.tar.bz2
ghdl-1b23af06d9806867887aebad36b71c26e10584c1.zip
doc: fix refs in 'Synthesis options'
Diffstat (limited to 'doc/using/Synthesis.rst')
-rw-r--r--doc/using/Synthesis.rst7
1 files changed, 4 insertions, 3 deletions
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 <https://github.com/ghdl/ghdl/blob/master/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 <ghdlsynth.adb>` in the procedure ``Decode_Option()``.
.. _Synth:plugin: