aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRocketRoss <mr@radonn.co.za>2020-04-14 21:18:50 +0200
committerGitHub <noreply@github.com>2020-04-14 21:18:50 +0200
commitadd25cf10b6886bfea9b2392e08142cee1698fd0 (patch)
tree4c93abe5a3d0581312b8dd87caf8ab891ce4d014 /doc
parent58e9003b0704ec7dd15f63d3a6f28d5440ad1136 (diff)
downloadghdl-add25cf10b6886bfea9b2392e08142cee1698fd0.tar.gz
ghdl-add25cf10b6886bfea9b2392e08142cee1698fd0.tar.bz2
ghdl-add25cf10b6886bfea9b2392e08142cee1698fd0.zip
doc: add use case of -frelaxed (#1223)
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/quick_start/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/quick_start/README.rst b/doc/examples/quick_start/README.rst
index 7fb8f046a..2b1c37307 100644
--- a/doc/examples/quick_start/README.rst
+++ b/doc/examples/quick_start/README.rst
@@ -26,7 +26,7 @@ The following tips might be useful:
* Use :option:`--ieee=synopsys <--ieee>` if your design depends on a non-standard implementation of the IEEE library.
- * Use :option:`-fexplicit` and :option:`-frelaxed-rules` if needed.
+ * Use :option:`-fexplicit` and :option:`-frelaxed-rules` if needed. For instance when relaxing VHDL 2008's need for shared variables to be protected types, you can use ``--std=08 -frelaxed-rules``.
* Use :option:`--work=LIB_NAME <--work>` to analyze files into the ``LIB_NAME`` library.
To use files analyzed to a different directory, give the path