aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-10-08 08:34:20 +0200
committereine <eine@users.noreply.github.com>2020-10-08 08:34:20 +0200
commit856c45e7f2374de4015c26cab5d02d092d53b267 (patch)
tree5fa4fc6356d6bf8e84c782f24a1a8c00d24400d3
parent13f28101738e6cf0cc9f6f0f273b1499faf73021 (diff)
downloadghdl-856c45e7f2374de4015c26cab5d02d092d53b267.tar.gz
ghdl-856c45e7f2374de4015c26cab5d02d092d53b267.tar.bz2
ghdl-856c45e7f2374de4015c26cab5d02d092d53b267.zip
doc: fix pasto
-rw-r--r--doc/using/Synthesis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/Synthesis.rst b/doc/using/Synthesis.rst
index 648fbfa4d..65e206274 100644
--- a/doc/using/Synthesis.rst
+++ b/doc/using/Synthesis.rst
@@ -101,7 +101,7 @@ In addition to analyze options, there are some synthesis specific options.
.. 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 :ghdlsrc:`src/ghdldrv/ghdlsynth.adb <ghdlsynth.adb>` in the procedure ``Decode_Option()``.
+ You can find them in the file :ghdlsrc:`ghdlsynth.adb <src/ghdldrv/ghdlsynth.adb>` in the procedure ``Decode_Option()``.
.. _Synth:plugin: