From 4e000b8157514d78b9c91dde69ec218f6dcb4d2a Mon Sep 17 00:00:00 2001 From: Arcturus <44707562+arcturus140@users.noreply.github.com> Date: Wed, 18 Sep 2019 17:43:49 +0100 Subject: enhance documentation terminology: reduce name clashing for VHDL standard and collections. (#925) * enhance documentation terminology: reduce name clashing for VHDL standard and collections. * lists don't have columns * apply suggestions from review * remove build artifact --- doc/using/QuickStartGuide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/using/QuickStartGuide.rst') diff --git a/doc/using/QuickStartGuide.rst b/doc/using/QuickStartGuide.rst index c4803bcfd..572d7853b 100644 --- a/doc/using/QuickStartGuide.rst +++ b/doc/using/QuickStartGuide.rst @@ -234,9 +234,9 @@ tips are: rules. Use ``--std=08`` for VHDL-2008 (albeit not fully implemented). All the units must be analyzed with the same standard. -* Use ``--work=NAME`` to analyze files into the ``NAME`` library. +* Use ``--work=LIB_NAME`` to analyze files into the ``LIB_NAME`` library. If you analyze other files from a different directory, give the path - of the ``NAME`` library using ``-P/PATH/TO/NAME/DIRECTORY/``. + of the ``LIB_NAME`` library using ``-P/path/to/name/directory/``. * Use ``--ieee=synopsys`` if your design depends on the non-standard ieee library. -- cgit v1.2.3