aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2022-03-01 09:35:09 +0100
committerXiretza <xiretza@xiretza.xyz>2022-03-01 09:39:44 +0100
commita07d66c2a928d0f92e7a85454407b12e96d891ab (patch)
treea26a9bdfed57bc0c51137f8809044d6936fba367 /doc
parent27c6a6b0a19f32e2c9a696e16a56fac750ad0080 (diff)
downloadghdl-a07d66c2a928d0f92e7a85454407b12e96d891ab.tar.gz
ghdl-a07d66c2a928d0f92e7a85454407b12e96d891ab.tar.bz2
ghdl-a07d66c2a928d0f92e7a85454407b12e96d891ab.zip
docs: fix headline markers
Diffstat (limited to 'doc')
-rw-r--r--doc/using/ImplementationOfVHDL.rst4
1 files 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.