diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-09-28 07:47:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-09-28 19:07:52 +0200 |
commit | 189cec2a8c180ef700f474b7693ba5409d8958cb (patch) | |
tree | e846f5f1d501e782e253914ca6b0e133b1d0ee2d /doc | |
parent | 93699fae475d20b02852fce787f80993c1640fd1 (diff) | |
download | ghdl-189cec2a8c180ef700f474b7693ba5409d8958cb.tar.gz ghdl-189cec2a8c180ef700f474b7693ba5409d8958cb.tar.bz2 ghdl-189cec2a8c180ef700f474b7693ba5409d8958cb.zip |
doc: clarify position of option --std. Fix #1477
Diffstat (limited to 'doc')
-rw-r--r-- | doc/using/InvokingGHDL.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst index 64c1610e1..22061445e 100644 --- a/doc/using/InvokingGHDL.rst +++ b/doc/using/InvokingGHDL.rst @@ -257,6 +257,9 @@ Options which means VHDL-93 with relaxed rules. For details on ``STANDARD`` values see section :ref:`VHDL_standards`. + This option resets the effect of :option:`-frelaxed`, so it should + be the first option. + .. option:: -fsynopsys Allow the use of synopsys non-standard packages |