diff options
author | Arcturus <44707562+arcturus140@users.noreply.github.com> | 2019-09-18 17:43:49 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-09-18 18:43:49 +0200 |
commit | 4e000b8157514d78b9c91dde69ec218f6dcb4d2a (patch) | |
tree | fc68be3b423d441602708e44345d7d4c951e7c61 /doc/using/QuickStartGuide.rst | |
parent | eb3d32a6de8822eb87a6bfd72dc1c94f9ff9a107 (diff) | |
download | ghdl-4e000b8157514d78b9c91dde69ec218f6dcb4d2a.tar.gz ghdl-4e000b8157514d78b9c91dde69ec218f6dcb4d2a.tar.bz2 ghdl-4e000b8157514d78b9c91dde69ec218f6dcb4d2a.zip |
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
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. |