diff options
Diffstat (limited to 'doc/using/QuickStartGuide.rst')
-rw-r--r-- | doc/using/QuickStartGuide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |