diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-06 08:01:53 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-06 08:01:53 +0100 |
commit | 0e4a4280f05604821c1c7719b3d9486bf11af5ce (patch) | |
tree | d9b95d80c15b7181bb4b8b3d99256bccb5566366 /doc/using/InvokingGHDL.rst | |
parent | 8aa863512adaba4d6394f7bfd1f37198d0d96f1b (diff) | |
download | ghdl-0e4a4280f05604821c1c7719b3d9486bf11af5ce.tar.gz ghdl-0e4a4280f05604821c1c7719b3d9486bf11af5ce.tar.bz2 ghdl-0e4a4280f05604821c1c7719b3d9486bf11af5ce.zip |
vhdl-errors: give an hint for -frelaxed. Fix #1152
Diffstat (limited to 'doc/using/InvokingGHDL.rst')
-rw-r--r-- | doc/using/InvokingGHDL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst index 6846b1b3e..4deb96b7f 100644 --- a/doc/using/InvokingGHDL.rst +++ b/doc/using/InvokingGHDL.rst @@ -344,6 +344,7 @@ Options .. WARNING:: This option is not set by default. I don't think this option is a good feature, because it breaks the encapsulation rule. When set, an operator can be silently overridden in another package. You'd do better to fix your design and use the ``numeric_std`` package. +.. option:: -frelaxed .. option:: -frelaxed-rules Within an object declaration, allow references to the name (which references the hidden declaration). This ignores the error in the following code: |