From add25cf10b6886bfea9b2392e08142cee1698fd0 Mon Sep 17 00:00:00 2001 From: RocketRoss Date: Tue, 14 Apr 2020 21:18:50 +0200 Subject: doc: add use case of -frelaxed (#1223) --- doc/examples/quick_start/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/quick_start') 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 -- cgit v1.2.3