aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-16 21:02:53 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2021-01-16 21:03:32 +0100
commit1e933b0f900b4f5eb923aed391c247b0f8c4c038 (patch)
tree7c6a2b5549fed6eab27f6ec40718f01fcbc86571 /doc/using
parenta125b3e1ffa8b1a1f4a3d1473fb65fca454a42f0 (diff)
downloadghdl-1e933b0f900b4f5eb923aed391c247b0f8c4c038.tar.gz
ghdl-1e933b0f900b4f5eb923aed391c247b0f8c4c038.tar.bz2
ghdl-1e933b0f900b4f5eb923aed391c247b0f8c4c038.zip
doc: fixes regarding -frelaxed
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/InvokingGHDL.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index b673668ff..1b5b144e6 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -367,7 +367,7 @@ Options
.. option:: -frelaxed
.. option:: -frelaxed-rules
- .. IMPORTANT:: The effects this option are reset by :option:`--std`, so it should be the placed *after* that option.
+ .. IMPORTANT:: The effects of this option are reset by :option:`--std`, so it should be placed *after* that option.
Slightly relax some rules to be compatible with various other
simulators or synthesizers:
@@ -391,7 +391,7 @@ Options
constant state1 : state := state1;
end pkg2;
- Some code (such as Xilinx packages) have such constructs, which are valid.
+ Some code (such as Xilinx packages) have such constructs, which are invalid.
(The scope of the ``state1`` constant starts at the `constant`
keyword. Because the constant ``state1`` and the enumeration