diff options
author | RocketRoss <mr@radonn.co.za> | 2020-04-14 21:18:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 21:18:50 +0200 |
commit | add25cf10b6886bfea9b2392e08142cee1698fd0 (patch) | |
tree | 4c93abe5a3d0581312b8dd87caf8ab891ce4d014 /doc | |
parent | 58e9003b0704ec7dd15f63d3a6f28d5440ad1136 (diff) | |
download | ghdl-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.rst | 2 |
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 |