diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2022-02-23 23:41:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 23:41:45 +0100 |
commit | 8fb84c1ca46c299996886dd22a7796817015c681 (patch) | |
tree | 024d4a6333005c406012af6453b1e74957b23eb5 /doc/using | |
parent | 1325d61a595f90239a93e90c930c9bcbd725d3b3 (diff) | |
parent | a8913e8fa4ee1c92ee008a77487a614014c45fb6 (diff) | |
download | ghdl-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.rst | 2 |
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 |