From 27c6a6b0a19f32e2c9a696e16a56fac750ad0080 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 1 Mar 2022 09:32:17 +0100 Subject: docs: fix paragraph about existing VHDL editions --- doc/about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `__ `1076`. -Six revisions exist: +Five revisions exist: `1987 `__, `1993 `__, `2002 `__, -- cgit v1.2.3 From a07d66c2a928d0f92e7a85454407b12e96d891ab Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 1 Mar 2022 09:35:09 +0100 Subject: docs: fix headline markers --- doc/using/ImplementationOfVHDL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- cgit v1.2.3