From 648f428ad184f0e47cf8690d3d3a575df927f1d7 Mon Sep 17 00:00:00 2001 From: eine Date: Thu, 4 Jun 2020 04:17:32 +0200 Subject: doc: update comment about shared and frelaxed (#1350) --- doc/quick_start/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/quick_start') diff --git a/doc/quick_start/README.rst b/doc/quick_start/README.rst index d599ba631..b5876bd9b 100644 --- a/doc/quick_start/README.rst +++ b/doc/quick_start/README.rst @@ -25,7 +25,8 @@ 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. For instance when relaxing VHDL 2008's need for shared variables to be protected types, you can use ``--std=08 -frelaxed-rules``. + * Use :option:`-fexplicit` and :option:`-frelaxed-rules` if needed. For instance, if you would like to use VHDL 2008 + and also use shared variables with an ordinary type (deprecated in VHDL 2000), 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 -- cgit v1.2.3