diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-03-01 09:34:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 09:34:07 +0000 |
commit | b05e0e681ef15ab68f09851cfa86c411e967de60 (patch) | |
tree | a26a9bdfed57bc0c51137f8809044d6936fba367 | |
parent | b77fd1d48bf1af9fbf5e614cff17053a7277e7e6 (diff) | |
parent | a07d66c2a928d0f92e7a85454407b12e96d891ab (diff) | |
download | ghdl-b05e0e681ef15ab68f09851cfa86c411e967de60.tar.gz ghdl-b05e0e681ef15ab68f09851cfa86c411e967de60.tar.bz2 ghdl-b05e0e681ef15ab68f09851cfa86c411e967de60.zip |
Fix some docs issues introduced by #1981 (#1987)
-rw-r--r-- | doc/about.rst | 2 | ||||
-rw-r--r-- | doc/using/ImplementationOfVHDL.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/about.rst b/doc/about.rst index c620efad3..4dfa78e06 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -42,7 +42,7 @@ At the same time, like a design written in another `HDL`, a set of VHDL sources :dfn:`synthesis tool` into a netlist, that is, a detailed gate-level implementation. The development of VHDL started in 1983 and the standard is named `IEEE <https://www.ieee.org/>`__ `1076`. -Six revisions exist: +Five revisions exist: `1987 <http://ieeexplore.ieee.org/document/26487/>`__, `1993 <http://ieeexplore.ieee.org/document/392561/>`__, `2002 <http://ieeexplore.ieee.org/document/1003477/>`__, diff --git a/doc/using/ImplementationOfVHDL.rst b/doc/using/ImplementationOfVHDL.rst index c0a39c276..39597bf21 100644 --- a/doc/using/ImplementationOfVHDL.rst +++ b/doc/using/ImplementationOfVHDL.rst @@ -183,7 +183,7 @@ GHDL understands embedded PSL annotations in VHDL files: ghdl -e vhdl_design PSL annotations (VHDL-2008 and later) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Since VHDL-2008 PSL is integrated in the VHDL language. You can use PSL in a VHDL(-2008) design without embedding it in comments. @@ -205,7 +205,7 @@ PSL in a VHDL(-2008) design without embedding it in comments. ghdl -e --std=08 vhdl_design PSL vunit files (VHDL-2008 and later, synthesis only) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GHDL supports vunit (Verification Unit) files. |