aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorPatrick Lehmann <Paebbels@gmail.com>2022-02-23 23:41:45 +0100
committerGitHub <noreply@github.com>2022-02-23 23:41:45 +0100
commit8fb84c1ca46c299996886dd22a7796817015c681 (patch)
tree024d4a6333005c406012af6453b1e74957b23eb5 /doc/using
parent1325d61a595f90239a93e90c930c9bcbd725d3b3 (diff)
parenta8913e8fa4ee1c92ee008a77487a614014c45fb6 (diff)
downloadghdl-8fb84c1ca46c299996886dd22a7796817015c681.tar.gz
ghdl-8fb84c1ca46c299996886dd22a7796817015c681.tar.bz2
ghdl-8fb84c1ca46c299996886dd22a7796817015c681.zip
Doc: add Overview diagram, fix shields in tables, 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