aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2022-02-07 19:28:23 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2022-02-07 19:41:40 +0100
commit6a694dd839a18cdf0382753fffc17aa1fbd41f9d (patch)
treee7330a6cd6d87f80d63cc846100175b4817682bf /doc/using
parentea18eb25e53567a979d40d6cc2d69e1d3e289c93 (diff)
downloadghdl-6a694dd839a18cdf0382753fffc17aa1fbd41f9d.tar.gz
ghdl-6a694dd839a18cdf0382753fffc17aa1fbd41f9d.tar.bz2
ghdl-6a694dd839a18cdf0382753fffc17aa1fbd41f9d.zip
doc: use extlinks more
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/ImplementationOfVHDL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/ImplementationOfVHDL.rst b/doc/using/ImplementationOfVHDL.rst
index a623801db..42681dcc9 100644
--- a/doc/using/ImplementationOfVHDL.rst
+++ b/doc/using/ImplementationOfVHDL.rst
@@ -142,7 +142,7 @@ or use a clocked expression (note the use of parentheses):
Of course only the simple subset of PSL is allowed.
-Currently the built-in functions are not implemented, see `issue #662 <https://github.com/ghdl/ghdl/issues/662>`_.
+Currently the built-in functions are not implemented, see :ghdlsharp:`662`.
PSL functions `prev()`, `stable()`, `rose()`, `fell()`, `onehot()` and `onehot0()` are supported with GHDL synthesis.
PSL usage