From 1e933b0f900b4f5eb923aed391c247b0f8c4c038 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 16 Jan 2021 21:02:53 +0100 Subject: doc: fixes regarding -frelaxed --- doc/using/InvokingGHDL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/using') 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 -- cgit v1.2.3